Skip to main content
Module

x/rxjs/internal/config.ts

Deno port of RXJS
Latest
import * as rxjs from "https://deno.land/x/rxjs@v1.0.2/internal/config.ts";

Variables

The GlobalConfig object for RxJS. It is used to configure things like how to react on unhandled errors.

Interfaces

The global configuration object for RxJS, used to configure things like how to react on unhandled errors. Accessible via config object.