UNPKG

claude-flow

Version:

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

5 lines (4 loc) 145 B
// A (possibly faster) way to get the current timestamp as an integer. export default Date.now || function() { return new Date().getTime(); };