UNPKG

@acutmore/rxjs

Version:

Reactive Extensions for modern JavaScript

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