Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
80681 views
1
// Create a simple path alias to allow browserify to resolve
2
// the runtime on a supported path.
3
module.exports = require('./dist/cjs/handlebars.runtime').default;
4
5