Files
blockcatcher/node_modules/rimraf/dist/esm/ignore-enoent.d.ts
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

3 lines
231 B
TypeScript

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