UNPKG

astroboy

Version:

Astroboy(阿童木)is a Nodejs SFB(Separation of Front and Back ends) framework, built on koa2.

13 lines 336 B
"use strict"; const ViewManager_1 = require("../lib/ViewManager"); const VIEW = Symbol('Application#view'); const app = { get view() { if (!this[VIEW]) { this[VIEW] = new ViewManager_1.ViewManager(this); } return this[VIEW]; }, }; module.exports = app; //# sourceMappingURL=application.js.map