UNPKG

claude-flow

Version:

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

4 lines (2 loc) 128 B
declare function fromEntries<T = any>(entries: Iterable<readonly [PropertyKey, T]>): { [k: string]: T }; export = fromEntries;