/opt/canhelp/node_modules/next/dist/lib/fs
NameSizeModeActions
rename.d.ts2860644editdlrm
rename.js37050644editdlrm
rename.js.map52850644editdlrm
write-atomic.d.ts910644editdlrm
write-atomic.js7580644editdlrm
write-atomic.js.map10620644editdlrm
Edit: /opt/canhelp/node_modules/next/dist/lib/fs/rename.d.ts (286B)
/** * A drop-in replacement for `fs.rename` that: * - allows to move across multiple disks * - attempts to retry the operation for certain error codes on Windows */ export declare function rename(source: string, target: string, windowsRetryTimeout?: number | false): Promise;