UNPKG

claude-flow

Version:

Enterprise-grade AI agent orchestration with ruv-swarm integration (Alpha Release)

7 lines (6 loc) 211 B
/// <reference types="node" /> import * as cp from 'child_process'; import ChildProcess = cp.ChildProcess; export declare function terminate(process: ChildProcess & { pid: number; }, cwd?: string): boolean;