UNPKG

route-claudecode

Version:

Advanced routing and transformation system for Claude Code outputs to multiple AI providers

6 lines 237 B
/** * Code command implementation (demo1 style) * Stable process management with reference counting */ export declare function executeCodeCommand(args: string[], options: any): Promise<void>; //# sourceMappingURL=code-command.d.ts.map