UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

6 lines (5 loc) 209 B
import { IObservable } from '../../../../../type/observable.type'; /** * @see distinctObserverPipe */ export declare function distinctObservable<GValue>(subscribe: IObservable<GValue>): IObservable<GValue>;