UNPKG

rimraf

Version:

A deep deletion module for node (like `rm -rf`)

3 lines 231 B
export declare const fixEPERM: (fn: (path: string) => Promise<any>) => (path: string) => Promise<any>; export declare const fixEPERMSync: (fn: (path: string) => any) => (path: string) => any; //# sourceMappingURL=fix-eperm.d.ts.map