UNPKG

zents

Version:

ZenTS is a Node.js & TypeScript MVC-Framework for building rich web applications, released as free and open-source software under the MIT License. It is designed for building web applications with modern tools and design patterns.

11 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.zen = void 0; const ZenApp_1 = require("./ZenApp"); async function zen(config) { const app = new ZenApp_1.ZenApp(); await app.boot(config); return app; } exports.zen = zen; //# sourceMappingURL=Zen.js.map