UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

3 lines (2 loc) 173 B
import { IObservablePipe } from '../../../../type/observable-pipe.type'; export declare function takeObservablePipe<GValue>(count: number): IObservablePipe<GValue, GValue>;