x/eta@v1.12.3/browser.ts
export { default as compileToString } from "./compile-string.ts";export { default as compile } from "./compile.ts";export { default as parse } from "./parse.ts";export { default as render, renderAsync } from "./render.ts";export { templates } from "./containers.ts";export { config, config as defaultConfig, configure, getConfig,} from "./config.ts";