UNPKG

@lcap/builder

Version:
6 lines (5 loc) 205 B
export declare function copy(sourceFolder: any, destinationFolder: any, replaceList: Array<{ reg: RegExp; text: string; }>): void; export declare function getPath(filePath: string): string | null;