Package-level declarations

Types

Link copied to clipboard
typealias VoidFunction = () -> Unit

Functions

Link copied to clipboard
fun <P1 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1) -> R): (P1) -> Promise<R>
fun <P1 : JsAny?, P2 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2) -> R): (P1, P2) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3) -> R): (P1, P2, P3) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4) -> R): (P1, P2, P3, P4) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : JsAny?, P5 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4, P5) -> R): (P1, P2, P3, P4, P5) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : JsAny?, P5 : JsAny?, P6 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4, P5, P6) -> R): (P1, P2, P3, P4, P5, P6) -> Promise<R>
fun <P1 : JsAny?, P2 : JsAny?, P3 : JsAny?, P4 : JsAny?, P5 : JsAny?, P6 : JsAny?, P7 : AbortableLike, R : JsAny?> async(block: suspend CoroutineScope.(P1, P2, P3, P4, P5, P6, P7) -> R): (P1, P2, P3, P4, P5, P6, P7) -> Promise<R>