UNPKG

claude-flow

Version:

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

5 lines (4 loc) 98 B
// Is a given value equal to null? export default function isNull(obj) { return obj === null; }