UNPKG

@mariozechner/pi-coding-agent

Version:

Coding agent CLI with read, bash, edit, write tools and session management

6 lines 279 B
/** * Serialize file mutation operations targeting the same file. * Operations for different files still run in parallel. */ export declare function withFileMutationQueue<T>(filePath: string, fn: () => Promise<T>): Promise<T>; //# sourceMappingURL=file-mutation-queue.d.ts.map