UNPKG

myst-cli

Version:
7 lines 200 B
/** * Asynchronous version of fs.existsSync * * @param path - path to test for existence */ export declare function fsExists(path: string): Promise<boolean>; //# sourceMappingURL=fsExists.d.ts.map