Skip to main content
Module

x/rxjs/mod.ts>empty

Deno port of RXJS
Latest
function empty
Deprecated
Deprecated

Replaced with the EMPTY constant or scheduled (e.g. scheduled([], scheduler)). Will be removed in v8.

import { empty } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

Parameters

optional
scheduler: SchedulerLike

A SchedulerLike to use for scheduling the emission of the complete notification.