UNPKG

claude-flow

Version:

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

7 lines (6 loc) 159 B
// Predicate-generating function. Often useful outside of Underscore. export default function constant(value) { return function() { return value; }; }