UNPKG

132 BTypeScriptView Raw
1export declare function scanForTemplatesInPath(dirPath: string, fileExtensions: string[]): {
2 [templateName: string]: string;
3};