UNPKG

@heroku-cli/command

Version:
5 lines (4 loc) 217 B
/// <reference types="node" /> export declare function exists(f: string): Promise<boolean>; export declare function readdir(f: string): Promise<string[]>; export declare function readFile(f: string): Promise<Buffer>;