UNPKG

redo.js

Version:

A simple but powerful library for your retrying operations.

7 lines 507 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.retryAsyncOperation = exports.retryOperation = void 0; var retryOperation_1 = require("./lib/retryOperation"); Object.defineProperty(exports, "retryOperation", { enumerable: true, get: function () { return retryOperation_1.retryOperation; } }); Object.defineProperty(exports, "retryAsyncOperation", { enumerable: true, get: function () { return retryOperation_1.retryAsyncOperation; } }); //# sourceMappingURL=index.js.map