eta
Version:
Lightweight, fast, and powerful embedded JS template engine
8 lines • 478 B
TypeScript
export { loadFile, renderFile, renderFileAsync, renderFile as __express } from './file-handlers';
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=index.d.ts.map