UNPKG

@heroku-cli/command

Version:
4 lines (3 loc) 195 B
export declare function exists(f: string): Promise<boolean>; export declare function readdir(f: string): Promise<string[]>; export declare function readFile(f: string): Promise<NonSharedBuffer>;