UNPKG

type-plus

Version:
2 lines 143 B
export declare function mapSeries<R, T = any>(values: T[], fn: (value: T) => Promise<R>): Promise<R[]>; //# sourceMappingURL=mapSeries.d.ts.map