UNPKG

530 BTypeScriptView Raw
1export { defaultId, precompile, PrecompileOptions } from './lib/compiler';
2export { ProgramSymbols, buildStatement, buildStatements, s, c, unicode, NEWLINE, } from './lib/builder';
3export { BuilderStatement, Builder } from './lib/builder-interface';
4export { default as TemplateCompiler } from './lib/template-compiler';
5export { default as TemplateVisitor } from './lib/template-visitor';
6export { default as WireFormatDebugger } from './lib/wire-format-debug';
7export * from './lib/location';
8//# sourceMappingURL=index.d.ts.map
\No newline at end of file