UNPKG

@nullcc/diff2html-cli

Version:
9 lines 547 B
export declare function exists(filePath: string): boolean; export declare function readFile(filePath: string): string; export declare const resolveFilePath: (filePath: string) => string; export declare function readStdin(): Promise<string>; export declare function writeFile(filePath: string, content: string): void; export declare function appendFileSync(filePath: string, content: string): void; export declare function execute(cmd: string): string; export declare function removeFile(filePath: string): void; //# sourceMappingURL=utils.d.ts.map