UNPKG

@alauda/doom

Version:

Doctor Doom making docs.

3 lines (2 loc) 160 B
export declare function pathExists(path: string, type?: 'file' | 'directory'): Promise<boolean>; export declare function readJson<T>(path: string): Promise<T>;