Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/stream_observables/transforms/mod.ts>concatAll

A collection of observables built with ReadableStreams & friends.
Latest
function concatAll
import { concatAll } from "https://deno.land/x/stream_observables@v1.3/transforms/mod.ts";

Converts a higher-order Observable into a first-order Observable by concatenating the inner Observables in order.

Returns

Transform that emits items from the inner observables.