UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 230 B
import { IObserverPipe } from '../../type/observer-pipe.type'; import { ITapFunction } from './tap-function.type'; export declare function tapObserverPipe<GValue>(tapFunction: ITapFunction<GValue>): IObserverPipe<GValue, GValue>;