UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

7 lines 360 B
import { Observable } from '../../internal/Observable'; import { throttle } from '../../internal/patching/operator/throttle'; import { throttleTime } from '../../internal/patching/operator/throttleTime'; // v4-backwards-compatibility Observable.prototype.throttle = throttleTime; Observable.prototype.throttleV5 = throttle; //# sourceMappingURL=throttle.js.map