UNPKG

jumbo-core

Version:

Modern lightweight fast enterprise level MVW framework for Node.js

16 lines 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); if (Jumbo.config.jumboDebugMode) { console.log("[DEBUG] REQUIRE: ViewResult"); } class ViewResult { constructor(view, data) { this.view = view; this.data = data; } } exports.ViewResult = ViewResult; if (Jumbo.config.jumboDebugMode) { console.log("[DEBUG] REQUIRE: ViewResut END"); } //# sourceMappingURL=ViewResult.js.map