Search...
export type Awaitable<Value> = PromiseLike<Value> | Value;
export type Awaitable<Value> = PromiseLike<Value> | Value;
Represents a type that may or may not be a promise