Type alias Awaitable<Value>

Awaitable<Value>: PromiseLike<Value> | Value

Represents a type that may or may not be a promise

Type Parameters

  • Value

Generated using TypeDoc