safePromise

fun <R : JsAny?> CoroutineScope.safePromise(block: suspend CoroutineScope.() -> R): Promise<R>(source)