Type Alias Promisable<TValue>

Promisable<TValue>: TValue | PromiseLike<TValue>

Type Parameters

  • TValue