UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 288 B
import { ITapFunction } from '../../../../../../observer/pipes/built-in/tap/tap-function.type'; import { IObservablePipe } from '../../../../type/observable-pipe.type'; export declare function tapObservablePipe<GValue>(tapFunction: ITapFunction<GValue>): IObservablePipe<GValue, GValue>;