Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/stream_observables/sinks/single.ts

A collection of observables built with ReadableStreams & friends.
Latest
import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/sinks/single.ts";

Functions

Resolves with the only element emitted by the observable. If zero or more than one items are emitted, the promise is rejected.