UNPKG

141 BTypeScriptView Raw
1export declare function readFile(filePath: string): Promise<string>;
2export declare function readJsonFile(filePath: string): Promise<any>;