Type Parameters

  • T = any

Constructors

Properties

Constructors

Properties

promise: Promise<T> = ...
reject: ((error: string | Error) => void)
resolve: ((data?: T) => void)