f1rq.ovh/node_modules/rimraf/dist/esm/ignore-enoent.d.ts
2025-03-24 22:56:10 +01:00

3 lines
176 B
TypeScript

export declare const ignoreENOENT: (p: Promise<any>) => Promise<any>;
export declare const ignoreENOENTSync: (fn: () => any) => any;
//# sourceMappingURL=ignore-enoent.d.ts.map