UNPKG

@ackplus/nest-dynamic-templates

Version:

A powerful and flexible dynamic template rendering library for NestJS applications with support for Nunjucks, Handlebars, EJS, Pug, MJML, Markdown, and more.

10 lines 290 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TemplateEngine = void 0; class TemplateEngine { static engineName; static displayName; static peerPackage; } exports.TemplateEngine = TemplateEngine; //# sourceMappingURL=template-engine.js.map