@lifaon/rx-js-light
Version:
Blazing fast Observables
4 lines (3 loc) • 335 B
TypeScript
import { IMapFunction } from '../../../../../../../../observer/pipes/built-in/map/map-function.type';
import { IObservable } from '../../../../../../../type/observable.type';
export declare function mergeMapSingleObservable<GIn, GOut>(subscribe: IObservable<GIn>, mapFunction: IMapFunction<GIn, IObservable<GOut>>): IObservable<GOut>;