Skip to main content
Latest
import * as rxjs from "https://deno.land/x/rxjs@v1.0.2/internal/operators/connect.ts";

Functions

Creates an observable by multicasting the source within a function that allows the developer to define the usage of the multicast prior to connection.

Interfaces

An object used to configure connect operator.