typealias Awaitable

export declare type Awaitable<T> = T | Promise<T>;

Constructors

constructor()

Type Parameters

T

Union Members

T Promise<T>