Type Alias Promisable<T, V>

Promisable<T, V>: PromiseEx<T, V> | Promise<T> | T

Type Parameters

  • T
  • V = never