UNPKG

eunomia-controller

Version:

6 lines (5 loc) 253 B
"use strict"; module.exports = function (writeToPath, distToPath, stats) { var production = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : false; return require("./html").generate(writeToPath, distToPath, stats, production); };