UNPKG

217 BTypeScriptView Raw
1/// <reference types="node" />
2export declare function exists(f: string): Promise<boolean>;
3export declare function readdir(f: string): Promise<string[]>;
4export declare function readFile(f: string): Promise<Buffer>;