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
/
interceptors
/
index.js
6 lines
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Interceptors */
export
{
InterceptorManager
}
from
'./interceptor-manager'
;
export
*
from
'./common-interceptors'
;
//# sourceMappingURL=index.js.map