UNPKG

@lifaon/rx-js-light

Version:

Blazing fast Observables

4 lines (3 loc) 329 B
import { IObservablePipe } from '../../../../type/observable-pipe.type'; import { IThrottleTimeObservablePipeOptions } from './throttle-time-observable-pipe-options.type'; export declare function throttleTimeObservablePipe<GValue>(duration: number, options?: IThrottleTimeObservablePipeOptions): IObservablePipe<GValue, GValue>;