UNPKG
@dbs-portal/core-api
Version:
latest (1.0.0)
1.0.0
HTTP client and API utilities for DBS Portal
github.com/your-org/dbs-portal
your-org/dbs-portal
@dbs-portal/core-api
/
dist
/
retry
/
index.js
6 lines
•
145 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Retry management */
export
{
RetryManager
}
from
'./retry-manager'
;
export
*
from
'./retry-strategies'
;
//# sourceMappingURL=index.js.map