Files
n8n-nodes-gwezz-changdunovel/node_modules/rimraf/dist/commonjs/fix-eperm.d.ts
2025-10-26 23:10:15 +08:00

3 lines
231 B
TypeScript

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