squirrelly
Version:
Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance
9 lines (8 loc) • 489 B
TypeScript
export { renderFile, renderFile as __express } from './file-handlers';
export { loadFile } from './file-utils';
export { default as compileToString, compileScope, compileScopeIntoFunction } from './compile-string';
export { default as compile } from './compile';
export { default as parse } from './parse';
export { default as render } from './render';
export { helpers, nativeHelpers, filters, templates } from './containers';
export { defaultConfig, getConfig } from './config';