UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 291 B
import { IterableX } from '../../iterable/iterablex.js'; import { repeat } from '../../iterable/operators/repeat.js'; /** * @ignore */ export function repeatProto(count = -1) { return repeat(count)(this); } IterableX.prototype.repeat = repeatProto; //# sourceMappingURL=repeat.js.map