Awaitable

Make a function awaitable by returning a promise or the value.

Signature

type Awaitable<T> = Promise<T> | T;

Members

This export does not declare public properties or methods in the generated declaration file.