UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

7 lines (6 loc) 182 B
import {mapObservable} from "./map-observable.mjs"; export function mapObservablePipe(mapFunction) { return subscribe => { return mapObservable(subscribe, mapFunction); }; }