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.

5 lines (4 loc) 184 B
export { MjmlEngine } from './mjml.engine'; export { HtmlEngine } from './html.engine'; export { MarkdownEngine } from './markdown.engine'; export { TextEngine } from './text.engine';