UNPKG

wrap-git

Version:

Wraps GitHub profile and provides summarized details about repos, commits and language coverages for a given profile.

2 lines 174 B
export declare function throttleAll<T, R>(items: T[], limit: number, asyncFn: (item: T, index: number) => Promise<R>): Promise<R[]>; //# sourceMappingURL=throttleAll.d.ts.map