UNPKG

relaycode

Version:

A developer assistant that automates applying code changes from LLMs.

8 lines (6 loc) 142 B
declare const watchCommand: (options?: { yes?: boolean; }, cwd?: string) => Promise<{ stop: () => void; }>; export { watchCommand };