Type Parameters

  • T

  • TResult

Hierarchy

  • Then
  • Parameters

    • Optional onfulfilled: null | Fulfill<T, TResult>
    • Optional onrejected: null | Reject<TResult>

    Returns PromiseLike<TResult>

  • Parameters

    • Optional onfulfilled: null | Fulfill<T, TResult>
    • Optional onrejected: null | Reject<void>

    Returns PromiseLike<TResult>

Generated using TypeDoc