MaybePromiseLike<T>: T | PromiseLike<T>

Promise-like version of above.

Type Parameters

  • T = void