database-petani-mobile/node_modules/rimraf/dist/commonjs/ignore-enoent.d.ts
2026-02-23 16:39:35 +07: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