UNPKG

claude-flow

Version:

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

5 lines (4 loc) 104 B
// Is a given variable undefined? export default function isUndefined(obj) { return obj === void 0; }