UNPKG

marko

Version:

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

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