UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines (6 loc) 175 B
import { ThrottleSignature } from '../../operator/throttle'; declare module '../../Observable' { interface Observable<T> { throttle: ThrottleSignature<T>; } }