@cloudpss/template
Version:
String and object template engine for Node.js and the browser.
5 lines • 311 B
TypeScript
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';
//# sourceMappingURL=index.d.ts.map