import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/transforms/scan.ts"; FunctionsfscanReduces the original observable with f, emitting every intermediate result not including the initial value. Type AliasesTScanFunc