UNPKG

300 BTypeScriptView Raw
1import { GeneratorTemplate } from './templates';
2export declare const loadFromPath: (filePath: string) => string;
3export declare const getTemplateGenerator: (template: string) => Promise<GeneratorTemplate>;
4export declare const compileTemplate: (compileContext: any, templatePath: string) => string;