UNPKG

@alexaegis/common

Version:
3 lines 213 B
import { Awaitable } from '../objects/awaitable.type.js'; export declare const asyncMap: <T, R>(array: T[], map: (t: T, i: number) => Awaitable<R>) => Promise<R[]>; //# sourceMappingURL=async-map.function.d.ts.map