UNPKG

claude-flow

Version:

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

11 lines (10 loc) 346 B
import SyncReader from '../readers/sync.js'; import type Settings from '../settings.js'; import type { Entry } from '../types.js'; export default class SyncProvider { private readonly _root; private readonly _settings; protected readonly _reader: SyncReader; constructor(_root: string, _settings: Settings); constructor(): Entry[]; }