UNPKG

286 BTypeScriptView Raw
1export declare function writeSync(filepath: string, content: string): void;
2export declare function readSync(filepath: string): string;
3export declare function fileExists(filePath: string): boolean;
4export declare function unlinkFile(filePath: string, cb?: (err?: Error) => any): void;