jperkin / node-rpio

Raspberry Pi GPIO library for node.js
859 stars 124 forks source link

consider referencing @types/rpio for typescript developers #142

Open ros2jsguy opened 3 years ago

ros2jsguy commented 3 years ago

Thx for the very useful lib.

For typescript coders would you consider including a reference to the rpio type declarations at https://www.npmjs.com/package/@types/rpio in the README? The definitions were just updated to ver 2.4. I'll be glad to submit a small PR if open to this suggestion.

Alternatively, would you consider rolling the typescript declarations into the project directly?