UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 318 B
import { IObservablePipe } from '../../../../type/observable-pipe.type'; import { IFindObservablePipeConditionFunction } from './find-observable-pipe-condition-function.type'; export declare function findObservablePipe<GValue>(condition: IFindObservablePipeConditionFunction<GValue>): IObservablePipe<GValue, GValue>;