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.

10 lines 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateResponse = void 0; class TemplateResponse { constructor(html) { this.html = html; } } exports.TemplateResponse = TemplateResponse; //# sourceMappingURL=TemplateResponse.js.map