Type Alias: Awaitable<T>
Awaitable<
T
>:PromiseLike
<T
> |T
Defined in: types.ts:99
ReturnType for a function that can return either a value or a Promise
with that value
Type Parameters
Type Parameter |
---|
T |
Awaitable<
T
>:PromiseLike
<T
> |T
Defined in: types.ts:99
ReturnType for a function that can return either a value or a Promise
with that value
Type Parameter |
---|
T |