UNPKG

@blue-impact-engine/blue-impact-engine-client

Version:
6 lines 228 B
/** * 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