UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

9 lines (8 loc) 307 B
import { throttle } from '../../internal/patching/operator/throttle'; import { throttleTime } from '../../internal/patching/operator/throttleTime'; declare module '../../internal/Observable' { interface Observable<T> { throttle: typeof throttleTime; throttleV5: typeof throttle; } }