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

x/stream_observables/mod.ts>external

A collection of observables built with ReadableStreams & friends.
Latest
function external
Re-export
import { external } from "https://deno.land/x/stream_observables@v1.3/mod.ts";

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.