UNPKG
@blue-impact-engine/blue-impact-engine-client
Version:
latest (0.0.7-alpha)
0.0.7-alpha
0.0.6-alpha
0.0.5-alpha
0.0.4-alpha
0.0.2-alpha
0.0.1-alpha
Blue Impact Engine API Client
gitlab.com/balean-oss/blue-impact-engine/blue-impact-engine-client
@blue-impact-engine/blue-impact-engine-client
/
client
/
dist
/
domains
/
users
/
index.js
6 lines
•
233 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Public module interface, exposing only those types that this module should expose. */
export
{
UserRole
}
from
"./UserRole"
;
export
{
DefaultUserService
as
UserService
}
from
"./userService"
;
//# sourceMappingURL=index.js.map