UNPKG

dina-agi

Version:

DINA AGI - Dynamic Intelligence Network Architecture. 128 Autonomous Agents with Claude Flow, Swarms, and 300+ MCPs. True AGI System.

8 lines (6 loc) 222 B
import map from './map.js'; import property from './property.js'; // Convenience version of a common use case of `_.map`: fetching a property. export default function pluck(obj, key) { return map(obj, property(key)); }