blowfish/node_modules/rimraf/dist/mjs/ignore-enoent.d.ts

3 lines
133 B
TypeScript
Raw Permalink Normal View History

2023-01-29 22:30:24 +00:00
export declare const ignoreENOENT: (p: Promise<any>) => Promise<any>;
export declare const ignoreENOENTSync: (fn: () => any) => any;