UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 265 B
import { IObservable } from '../../../../../type/observable.type'; import { IObservablePipe } from '../../../../type/observable-pipe.type'; export declare function conditionalObservablePipe<GValue>(condition: IObservable<boolean>): IObservablePipe<GValue, GValue>;