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
/
mocks
/
utils
/
index.d.ts
10 lines
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
/** * MSW utility functions */
export
*
from
'./response-builder'
;
export
*
from
'./simulation'
;
export
*
from
'./data-generator'
;
export
*
from
'./validation'
;
export
*
from
'./url-utils'
;
export
*
from
'./type-utils'
;
//# sourceMappingURL=index.d.ts.map