import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/sinks/reduce.ts"; FunctionsfreduceAccumulates value, starting with v0 and applying f to each emitted item. If no items are emitted the promise is rejected.