Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "promise"

Index

Type aliases

PromiseExecutor

PromiseExecutor<ResolveType>: function

Type parameters

  • ResolveType

Type declaration

PromiseOnFinally

PromiseOnFinally: function | undefined | null

PromiseOnFulfilled

PromiseOnFulfilled<InputType, OutputType>: function | undefined | null

Type parameters

  • InputType

  • OutputType

PromiseOnRejected

PromiseOnRejected<OutputType>: function | undefined | null

Type parameters

  • OutputType

PromiseReject

PromiseReject: function

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

PromiseResolve

PromiseResolve<Value>: function

Type parameters

  • Value

Type declaration

    • (value?: Value | PromiseLike<Value>): void
    • Parameters

      • Optional value: Value | PromiseLike<Value>

      Returns void

Generated using TypeDoc