import { discard } from "https://deno.land/x/stream_observables@v1.3/sinks/discard.ts";
Sink for observables that discards all values. Useful to leave at the end of a chain.
Parameters
optional
f: (v: T) => void = [UNSUPPORTED]Function to call for each value before it’s discarded.