@jjdenhertog/ai-driven-development
Version:
AI-driven development workflow with learning capabilities for Claude
7 lines • 306 B
TypeScript
import { IPty } from 'node-pty';
/**
* Waits for PTY process to exit, either naturally or after 10 seconds of no output.
* Returns the exit code of the process.
*/
export declare function waitForExit(ptyProcess: IPty, preventAutoExit: boolean): Promise<number>;
//# sourceMappingURL=waitForExit.d.ts.map