Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/stream_observables/sources/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/sources/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.