We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57bae0d commit 15f7501Copy full SHA for 15f7501
packages/roslib/src/RosLib.ts
@@ -11,7 +11,7 @@ export { default as Topic } from "./core/Topic.ts";
11
export { default as Param } from "./core/Param.ts";
12
export { default as Service } from "./core/Service.ts";
13
export { default as Action } from "./core/Action.ts";
14
-export { type GoalStatus } from "./core/GoalStatus.ts";
+export { GoalStatus } from "./core/GoalStatus.ts";
15
16
// Core Transport exports
17
export {
0 commit comments