import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/sinks/extract-first.ts";
Functions
Resolves with the first element emitted by the observable, then releases the observable. If no items are emitted the promise is rejected. |