michaelgira23 / swarms

The ultimate node.js library for controlling Bitcraze Crazyflie 2.0 drones
https://michaelgira23.github.io/swarms
MIT License
18 stars 3 forks source link

TypeScript improvements #4

Closed nickbclifford closed 6 years ago

nickbclifford commented 6 years ago

Converts some of the code to be friendlier towards static typing, i.e. interface SortaEnum → TypeScript enum.

Note that I do not have any Crazyflie hardware, so this is untested so far.