Await<T>: T | PromiseLike<T> | Promise<T>

Something that can be awaited to get a value of type T.

Type Parameters

  • T

Generated using TypeDoc