UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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