Await<T>: T | PromiseLike<T>

Something you can await and get a T out of. Either a T already, or a Promise for a T.

Type Parameters

  • T

Generated using TypeDoc