UNPKG

eve

Version:

Filesystem-first framework for durable backend AI agents that run anywhere.

6 lines (5 loc) 273 B
/** * Renames a path atomically, retrying the transient busy-handle errors that * Windows can report while another process briefly has either path open. */ export declare function renameWithTransientBusyRetry(sourcePath: string, destinationPath: string): Promise<void>;