UNPKG

ix

Version:

The Interactive Extensions for JavaScript

16 lines (14 loc) 470 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.repeatProto = void 0; const iterablex_js_1 = require("../../iterable/iterablex.js"); const repeat_js_1 = require("../../iterable/operators/repeat.js"); /** * @ignore */ function repeatProto(count = -1) { return (0, repeat_js_1.repeat)(count)(this); } exports.repeatProto = repeatProto; iterablex_js_1.IterableX.prototype.repeat = repeatProto; //# sourceMappingURL=repeat.js.map