UNPKG

rclnodejs

Version:
13 lines (12 loc) 267 B
declare module 'rclnodejs' { /** * A ROS guard condition containing a callback executed when the * guard condition is triggered. */ interface GuardCondition extends Entity { /** * Triggers the guard condition. */ trigger(): void; } }