UNPKG

repomix

Version:

A tool to pack repository contents to single file for AI consumption

2 lines (1 loc) 151 B
export declare const mapWithConcurrency: <T, R>(items: readonly T[], concurrency: number, fn: (item: T, index: number) => Promise<R>) => Promise<R[]>;