import * as streamObservables from "https://deno.land/x/stream_observables@v1.3/types.ts";
Type Aliases
An
Observable in the sense of ReactiveX.
The signature, however, does not match the one precedented in ReactiveX
and other languages. In its current incarnation, Observables are synonymous
with WHATWG | |