UNPKG

rxjs

Version:

Reactive Extensions for modern JavaScript

4 lines 177 B
import { Observable } from '../../Observable'; import { debounce } from '../../operator/debounce'; Observable.prototype.debounce = debounce; //# sourceMappingURL=debounce.js.map