UNPKG

near-typechain

Version:

5 lines (4 loc) 282 B
export declare const readFile: (filePath: string) => string; export declare const writeFile: (filePath: string, data: string) => void; export declare const getFilePathesByGlob: (globPattern: string) => Promise<string[]>; export declare const prettifyCode: (code: string) => string;