UNPKG

marko

Version:

UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.

9 lines (7 loc) 227 B
// TODO: Should deprecate and extract into @marko/register var isDebug = require("./env").isDebug; if (isDebug) { module.exports = require("./src/node-require"); } else { module.exports = require("./dist/node-require"); }