UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 209 B
import { IObservable } from '../../../../../type/observable.type'; export declare function bufferObservable<GValue>(subscribe: IObservable<GValue>, closingObservable: IObservable<any>): IObservable<GValue[]>;