UNPKG

squirrelly

Version:

Lightweight, fast, and powerful JS template engine. Supports helpers, filters, template inheritance

7 lines (6 loc) 375 B
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';