reduce
import { reduce } from "https://raw.githubusercontent.com/surma/observables-with-streams/28c55be6d855780c677fd1f4ba975f4d3144891d/src/sinks/index.ts";Accumulates value, starting with v0 and applying f to each emitted item.
If no items are emitted the promise is rejected.