• AsyncUtils.map, mapping values with async iteratee functions

    Type Parameters

    • T extends any[] | []

    Parameters

    • collection: T

    Returns Promise<Tuple<T>>

    Theo Sun

    5.18.0

  • Type Parameters

    • T
    • R = any

    Parameters

    • collection: ArrayLike<T>
    • Optionaliteratee: ArrayIteratee<T, Promise<R>>

    Returns Promise<R[]>

  • Type Parameters

    • T
    • R = any

    Parameters

    • collection: Record<string, T>
    • Optionaliteratee: RecordIteratee<T, Promise<R>>

    Returns Promise<R[]>

  • Parameters

    • collection: any
    • Optionaliteratee: any

    Returns Promise<any[]>