UNPKG
redo.js
Version:
latest (1.0.2)
1.0.2
1.0.1
A simple but powerful library for your retrying operations.
redo.js
/
dist
/
index.d.ts
2 lines
(1 loc)
•
114 B
TypeScript
View Raw
1
2
export
{ retryOperation, retryAsyncOperation,
RetryAsyncOperation
,
RetryOperation
, }
from
"./lib/retryOperation"
;