UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 262 B
import { IObservable } from '../../../../../../../type/observable.type'; import { IObservablePipe } from '../../../../../../type/observable-pipe.type'; export declare function mergeAllSingleObservablePipe<GValue>(): IObservablePipe<IObservable<GValue>, GValue>;