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

x/stream_observables/sinks/discard.ts

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

Functions

Sink for observables that discards all values. Useful to leave at the end of a chain.