import { single } from "https://deno.land/x/stream_observables@v1.3/sinks/mod.ts";
Resolves with the only element emitted by the observable. If zero or more than one items are emitted, the promise is rejected.
Parameters
o: Observable<T>
Observable to extract from.