Files
LucasVbr/src/core/compilers/index.ts
T

5 lines
133 B
TypeScript

export * from './Compiler';
export * from './CompilerType';
export * from './CompilerFactory';
export * from './HandlebarsCompiler';