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.

2 lines (1 loc) 115 B
export declare function loadPeer<T = any>(pkg: string, engine: string, kind: 'template' | 'language'): Promise<T>;