UNPKG

fs-nextra

Version:

Node.js fs next-gen extra (nextra) methods.

8 lines (7 loc) 192 B
/** * Checks if a path exists. * @function pathExists * @memberof fsn/nextra * @param path The path to check */ export declare function pathExists(path: string): Promise<boolean>;