UNPKG

claude-flow

Version:

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

3 lines (2 loc) 133 B
import type { Dirent, Stats } from '../types.js'; export declare function createDirentFromStats(name: string, stats: Stats): Dirent;