import { switchAll } from "https://deno.land/x/stream_observables@v1.3/mod.ts";
Converts a higher-order Observable into a first-order Observable producing values only from the most recent observable sequence.
Returns
Transform<Observable<T>, T>
Transform that emits items from the most recent observable emitted by the outer observable.