@idealworld/cli
Version:
Dew Serviceless CLI
6 lines • 352 B
TypeScript
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