@reactivex/ix-esnext-esm
Version:
The Interactive Extensions for JavaScript
12 lines (10 loc) • 323 B
JavaScript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { debounce } from '../../asynciterable/operators/debounce.js';
/**
* @ignore
*/
export function debounceProto(time) {
return debounce(time)(this);
}
AsyncIterableX.prototype.debounce = debounceProto;
//# sourceMappingURL=debounce.js.map