Files
Lab4/30/node_modules/handlebars/runtime.js
MishaBagger b6c10cc93f MACHIN
2023-10-25 09:15:21 +03:00

4 lines
167 B
JavaScript

// Create a simple path alias to allow browserify to resolve
// the runtime on a supported path.
module.exports = require('./dist/cjs/handlebars.runtime')['default'];