UNPKG

marko

Version:

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

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