Home Manual Reference Source Test Repository

es6/add/operator/debounce.js

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