UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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