blowfish/node_modules/rimraf/dist/mjs/fix-eperm.d.ts

3 lines
192 B
TypeScript
Raw Normal View History

2023-01-29 22:30:24 +00:00
export declare const fixEPERM: (fn: (path: string) => Promise<any>) => (path: string) => Promise<any>;
export declare const fixEPERMSync: (fn: (path: string) => any) => (path: string) => any;