UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 317 B
import { IObserverPipe } from '../../../../../../observer/pipes/type/observer-pipe.type'; import { IObservable } from '../../../../../type/observable.type'; export declare function transformObservableWithObserverPipe<GIn, GOut>(subscribe: IObservable<GIn>, observerPipe: IObserverPipe<GIn, GOut>): IObservable<GOut>;