UNPKG

claude-flow

Version:

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

5 lines (4 loc) 118 B
/** * Cached fs operation wrapper. */ export declare function cachedLookup<T, R>(fn: (arg: T) => R): (arg: T) => R;