@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 527 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.throttleProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const throttle_js_1 = require("../../asynciterable/operators/throttle.js");
/**
* @ignore
*/
function throttleProto(time) {
return new throttle_js_1.ThrottleAsyncIterable(this, time);
}
exports.throttleProto = throttleProto;
asynciterablex_js_1.AsyncIterableX.prototype.throttle = throttleProto;
//# sourceMappingURL=throttle.js.map