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

x/stream_observables/sources/repeat.ts>repeat

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

Creates an observable that forever emits the same value.

Returns

New observable that emits the same value multiple times.