Description
index.d.ts (or any other type file) is missing removeSignalHandlers().
- Library Version: 0.27.5
- ROS Version: Jazzy
- Platform / OS: Ubuntu 24.04
Steps To Reproduce
import rclnodejs from "rclnodejs";
rclnodejs.removeSignalHandlers();
Expected Behavior
No typescript error.
Actual Behavior
"Property 'removeSignalHandlers' does not exist on type 'typeof import("rclnodejs")'. ts(2339)"