UNPKG

claude-flow

Version:

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

13 lines (11 loc) 283 B
'use strict'; module.exports = function dataProperties(klass, properties) { properties.forEach(p => { Object.defineProperty(klass.prototype, p, { enumerable: true, get() { return this.data[p]; } }); }); };