observerFlow

fun <E : JsAny> observerFlow(block: ((ReadonlyArray<E>, JsAny) -> Unit) -> () -> Unit): Flow<E>(source)