Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.coroutines
/
asPromise
as
Promise
fun
<
T
:
JsAny
?
>
Deferred
<
T
>
.
asPromise
(
)
:
Promise
<
T
>
(
source
)
Converts this deferred value to the instance of
Promise
.
Original