UNPKG

claude-flow

Version:

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

9 lines (8 loc) 274 B
import Settings from '../../settings.js'; import { EntryTransformerFunction } from '../../types.js'; export default class EntryTransformer { private readonly _settings; constructor(_settings: Settings); constructor(): EntryTransformerFunction; private _transform; }