UNPKG

wmod-proxy

Version:
4 lines (3 loc) 183 B
export declare function fileExists(path: string): boolean; export declare function saveFile(path: string, data: string): void; export declare function readFile(path: string): string;