blob: fa7a57560175a16e88878829b357455c7973a45a [file] [log] [blame]
import { Observable } from '../../Observable';
import { debounce } from '../../operator/debounce';
Observable.prototype.debounce = debounce;
//# sourceMappingURL=debounce.js.map