libwasm ~master (2024-01-10T15:05:21Z)
Dub
Repo
PromiseValue
libwasm
promise
Get the value type of the promise
P
, i.e. its
T
parameter.
template
PromiseValue (
P
) {
alias
PromiseValue
=
T
;
}
Members
Aliases
PromiseValue
alias
PromiseValue
=
T
Meta
Source
See Implementation
libwasm
promise
classes
Promise
functions
all
reject
require
resolve
templates
PromiseError
PromiseValue
PromiseValueTransform
isPromise
Get the value type of the promise P, i.e. its T parameter.