UNPKG

claude-flow

Version:

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

7 lines (5 loc) 120 B
// Is a given variable undefined? function isUndefined(obj) { return obj === void 0; } module.exports = isUndefined;