UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 266 B
import { IObservable } from '../../../../../type/observable.type'; import { IObservablePipe } from '../../../../type/observable-pipe.type'; export declare function bufferObservablePipe<GValue>(closingObservable: IObservable<any>): IObservablePipe<GValue, GValue[]>;