@reactivex/ix-es2015-cjs
Version:
The Interactive Extensions for JavaScript
16 lines (14 loc) • 489 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.retryProto = void 0;
const asynciterablex_js_1 = require("../../asynciterable/asynciterablex.js");
const retry_js_1 = require("../../asynciterable/operators/retry.js");
/**
* @ignore
*/
function retryProto(count = -1) {
return (0, retry_js_1.retry)(count)(this);
}
exports.retryProto = retryProto;
asynciterablex_js_1.AsyncIterableX.prototype.retry = retryProto;
//# sourceMappingURL=retry.js.map