Preparing search index...
The search index is not available
Additional types and utils for TypeScript
type-plus
PromiseValue
Type Alias PromiseValue<P>
Promise
Value
<
P
>
:
P
extends
Promise
<
infer
T
>
?
T
:
never
Gets value type from Promise
Type Parameters
P
extends
Promise
<
any
>
Deprecated
Use
Awaited<T>
instead.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus - v8.0.0-beta.6
Loading...
Gets value type from Promise