UNPKG

155 BTypeScriptView Raw
1export declare const loadFromPath: (filePath: string) => string;
2export declare const generateCode: (compileContext: any, templatePath: string) => string;