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