Files
metacryst 637c9e4674 init
2026-01-09 11:14:27 -06:00

3 lines
241 B
TypeScript

export declare const fixEPERM: (fn: (path: string) => Promise<unknown>) => (path: string) => Promise<void>;
export declare const fixEPERMSync: (fn: (path: string) => unknown) => (path: string) => void;
//# sourceMappingURL=fix-eperm.d.ts.map