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
/
projects
/
index.js
6 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
/** * Public module interface, exposing only those types that this module should expose. */
export
{
ProjectStatus
}
from
"./ProjectStatus"
;
export
{
ProjectService
}
from
"./project.service"
;
//# sourceMappingURL=index.js.map