UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

7 lines (6 loc) 182 B
import {tapObservable} from "./tap-observable.mjs"; export function tapObservablePipe(tapFunction) { return subscribe => { return tapObservable(subscribe, tapFunction); }; }