UNPKG

rimraf

Version:

A deep deletion module for node (like `rm -rf`)

3 lines 231 B
export declare const ignoreENOENT: <T>(p: Promise<T>, rethrow?: unknown) => Promise<void | T>; export declare const ignoreENOENTSync: <T>(fn: () => T, rethrow?: unknown) => T | undefined; //# sourceMappingURL=ignore-enoent.d.ts.map