UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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