UNPKG

@aircast-4g/mavlink

Version:

TypeScript type generator for MAVLink dialects

7 lines (5 loc) 157 B
type MAV_BOOL = 0 | 1; declare const MAV_BOOL_FALSE: 0; declare const MAV_BOOL_TRUE: 1; export { MAV_BOOL_FALSE, MAV_BOOL_TRUE }; export type { MAV_BOOL };