povtor
Version:
Repeat function call depending on the previous call result and specified conditions.
43 lines (42 loc) • 725 B
JSON
{
"name": "povtor",
"main": [
"dist/povtor.umd.js"
],
"version": "1.1.0",
"homepage": "https://github.com/gamtiq/povtor",
"authors": [
"Denis Sikuler"
],
"description": "Repeat function call depending on the previous call result and specified conditions.",
"keywords": [
"retry",
"retries",
"repeat",
"repetition",
"try",
"action",
"operation",
"function",
"call",
"invoke",
"invocation",
"execution",
"attempt",
"promise",
"failed",
"rejected",
"condition",
"conditional",
"delay",
"timeout"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}