Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.promise
/
Promise
/
Companion
/
any
any
fun
<
T
:
JsAny
?
>
any
(
values
:
JsIterable
<
PromiseResult
<
T
>
>
)
:
Promise
<
T
>
(
source
)
fun
<
T
:
JsAny
?
>
any
(
values
:
ReadonlyArray
<
PromiseResult
<
T
>
>
)
:
Promise
<
T
>
(
source
)