Files
novarix.uk/node_modules/next/dist/lib/fs/rename.d.ts
T
Kismet Hasanaj 39a8a128be including-modules
2026-05-03 00:14:08 +02:00

7 lines
281 B
TypeScript

/**
* 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 renameSync(source: string, target: string, windowsRetryTimeout?: number | false): void;