UNPKG
mt-mappersmith
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
It is a lightweight rest client for node.js and the browser
github.com/tulios/mappersmith
mt-mappersmith
/
dist
/
esm
/
middlewares
/
retry
/
v2
/
index.mjs
7 lines
•
247 B
JavaScript
View Raw
1
2
3
4
5
6
7
// src/middlewares/retry/v2/index.ts
import
{
default
as
default2, calculateExponentialRetryTime }
from
"../../../middleware/retry/v2/index.mjs"
;
export
{ calculateExponentialRetryTime, default2
as
default
};
//# sourceMappingURL=index.mjs.map