UNPKG

@idealworld/cli

Version:
6 lines 352 B
export declare function pwd(): string; export declare function exists(filePath: string): boolean; export declare function writeFile(filePath: string, content: string): void; export declare function append(filePath: string, content: string): void; export declare function readFile(filePath: string): string; //# sourceMappingURL=FileHelper.d.ts.map