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

x/stream_observables/sources/external.ts

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

Variables

Symbol indicating the end of a stream. Used with external.

Functions

Utility function to create new observables from external sources. Returns an object with two values: the new observable, and a next function which will emit a value to observable when called. Calling next with EOF will indicate there are no more values to emit.