UNPKG

@earendil-works/pi-coding-agent

Version:

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

5 lines 369 B
import { type FSWatcher, type WatchListener } from "node:fs"; export declare const FS_WATCH_RETRY_DELAY_MS = 5000; export declare function closeWatcher(watcher: FSWatcher | null | undefined): void; export declare function watchWithErrorHandler(path: string, listener: WatchListener<string>, onError: () => void): FSWatcher | null; //# sourceMappingURL=fs-watch.d.ts.map