@mebsly/retry
Version:
A flexible and configurable retry mechanism for JavaScript functions and fetch requests with exponential delay
21 lines (20 loc) • 485 B
JSON
{
"name": "@mebsly/retry",
"version": "1.0.12",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"retry",
"fetch",
"delay",
"exponential-delay",
"exponential-backoff",
"promise"
],
"author": "mebsly.com",
"license": "MIT",
"description": "A flexible and configurable retry mechanism for JavaScript functions and fetch requests with exponential delay",
"files": "[\"index.js\"]"
}