fix-eperm.d.ts 231 B

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