Resolves all promises in the PromiseMap using Promise.all.

  • Type Parameters

    • T

      Generic type for the promiseAllMap function

    Parameters

    • promiseMap: PromiseMap<T>

      Mapping of promises

    Returns Promise<PromiseAllMapResult<T>>