LarpixClient/electron/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts
2026-05-10 16:36:35 +02:00

3 lines
No EOL
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