UNPKG

eta

Version:

Lightweight, fast, and powerful embedded JS template engine

7 lines 381 B
export { default as compileToString } from './compile-string'; export { default as compile } from './compile'; export { default as parse } from './parse'; export { default as render, renderAsync } from './render'; export { templates } from './containers'; export { config, config as defaultConfig, getConfig, configure } from './config'; //# sourceMappingURL=browser.d.ts.map