UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

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