Type Parameters

  • T = void

Constructors

Properties

Constructors

Properties

promise: Promise<T>
reject: (reason: unknown) => void
resolve: (value: T) => void