UNPKG

ts-retry

Version:

A little retry tool to execute a function until the function is successful. Can also bind a timeout to a function. This lib is usable in typescript, in javascript, in node, in SPA tools (rest, Vue, Svelte...) and browser (available in ESM and common js fo

7 lines (6 loc) 454 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.retryAsyncDecorator = exports.retryDecorator = void 0; var decorators_1 = require("./decorators"); Object.defineProperty(exports, "retryDecorator", { enumerable: true, get: function () { return decorators_1.retryDecorator; } }); Object.defineProperty(exports, "retryAsyncDecorator", { enumerable: true, get: function () { return decorators_1.retryAsyncDecorator; } });