UNPKG

marko

Version:

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

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