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

x/stream_observables/sources/of.ts>of

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

An alias for just.

Parameters

...vs: T[]

Values to emit.

Returns

New observable that emits the given values before ending.