UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 233 B
import { IObserver } from '../../../type/observer.type'; import { ITapFunction } from './tap-function.type'; export declare function tapObserver<GValue>(emit: IObserver<GValue>, tapFunction: ITapFunction<GValue>): IObserver<GValue>;