@tsdotnet/promises - v2.0.11
    Preparing search index...

    Returns a promise that is fulfilled with an array containing the fulfillment value of each promise, or is rejected with the same rejection reason as the first promise to be rejected.

    • Returns a promise that is fulfilled with an array containing the fulfillment value of each promise, or is rejected with the same rejection reason as the first promise to be rejected.

      Type Parameters

      • T

      Parameters

      • promises: PromiseLike<T>[]

      Returns ArrayPromise<T>

    • Returns a promise that is fulfilled with an array containing the fulfillment value of each promise, or is rejected with the same rejection reason as the first promise to be rejected.

      Type Parameters

      • T

      Parameters

      • promise: PromiseLike<T>
      • ...rest: PromiseLike<T>[]

      Returns ArrayPromise<T>