UNPKG

@nodeswork/applet

Version:
14 lines (12 loc) 449 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _ = require("underscore"); const kiws_1 = require("@nodeswork/kiws"); const modules_1 = require("./modules"); function bootstrap(modules, options = {}) { modules = _.filter(_.flatten([modules]), _.identity); modules.push(modules_1.AppletModule); kiws_1.bootstrap(modules, options); } exports.bootstrap = bootstrap; //# sourceMappingURL=bootstrap.js.map