UNPKG

marko

Version:

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

8 lines (6 loc) 194 B
var isDebug = require("./env").isDebug; if (isDebug) { module.exports = require("./src/runtime/components/legacy"); } else { module.exports = require("./dist/runtime/components/legacy"); }