UNPKG

@cloudpss/template

Version:

String and object template engine for Node.js and the browser.

5 lines (4 loc) 276 B
export { parseTemplate, parseInterpolation } from './parser.js'; export type { Template, FormulaTemplate, InterpolationTemplate } from './parser.js'; export { template } from './template/index.js'; export type { TemplateFunction, TemplateOptions } from './template/index.js';