Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/stream_observables/sinks/reduce.ts

A collection of observables built with ReadableStreams & friends.
Latest
import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/sinks/reduce.ts";

Functions

Accumulates value, starting with v0 and applying f to each emitted item. If no items are emitted the promise is rejected.