UNPKG

@reactivex/rxjs

Version:

Reactive Extensions for modern JavaScript

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