android-wrapper/@capacitor/cli/node_modules/rimraf/dist/mjs/fix-eperm.d.ts

3 lines
231 B
TypeScript
Raw Normal View History

2025-06-18 18:50:46 +02: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;
//# sourceMappingURL=fix-eperm.d.ts.map