import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/transforms/switch-map.ts"; FunctionsfswitchMapConverts each emitted item to an observable, producing values only from the most recent observable in the sequence.