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

Functions

Applies an accumulator function over the source Observable where the accumulator function itself returns an Observable, emitting values only from the most recently returned Observable.