compose

fun <T : ReadableStream> compose(stream: T, options: StreamComposeOptions = definedExternally): T(source)
fun <T : ReadableStream> compose(stream: ComposeFnParam, options: StreamComposeOptions = definedExternally): T(source)
fun <T : ReadableStream> compose(stream: ERROR CLASS: Symbol not found for js.iterable.JsIterable<T>, options: StreamComposeOptions = definedExternally): T(source)
fun <T : ReadableStream> compose(stream: ERROR CLASS: Symbol not found for AsyncIterable<T>, options: StreamComposeOptions = definedExternally): T(source)