• Applies a Promise-valued function to array elements sequentially. Necessary to avoid OOM for particularly heavy computations.

    Type Parameters

    • A
    • B

    Parameters

    • f: ((a) => Promise<B>)
        • (a): Promise<B>
        • Parameters

          Returns Promise<B>

    • arr: A[]

    Returns Promise<B[]>

Generated using TypeDoc