UNPKG

zarbis

Version:

Configuration-less build tool

2 lines (1 loc) 96 B
export declare function asyncEach<T, R>(iterable: T[], cb: (v: T) => Promise<R>): Promise<R[]>;