UNPKG

fetch-github-release

Version:
4 lines (3 loc) 207 B
export declare const exists: (filePath: string) => Promise<boolean>; export declare const mkdir: (dirname: string) => Promise<void>; export declare const ensureDirExist: (filePath: string) => Promise<void>;