UNPKG

claude-flow

Version:

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

6 lines (5 loc) 136 B
export declare const defer: <T>() => { resolve: (value: T) => void; reject: (error: Error) => void; promise: Promise<T>; };