UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

12 lines (10 loc) 311 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex'; import { repeat } from '../../asynciterable/operators/repeat'; /** * @ignore */ export function repeatProto(count = -1) { return repeat(count)(this); } AsyncIterableX.prototype.repeat = repeatProto; //# sourceMappingURL=repeat.mjs.map