Skip to main content
Module

x/rxjs/mod.ts>NextObserver

Deno port of RXJS
Latest
interface NextObserver
import { type NextObserver } from "https://deno.land/x/rxjs@v1.0.2/mod.ts";

OBSERVER INTERFACES

Properties

optional
closed: boolean
next: (value: T) => void
optional
error: (err: any) => void
optional
complete: () => void