site/node_modules/rimraf/dist/esm/ignore-enoent.d.ts
2024-10-14 08:09:33 +02: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