add type declaration by yuichkun · Pull Request #10 · 2bbb/node-abletonlink

Hi,

Whether developers are working with TypeScript or with plain JavaScript,
it's always nice to have a type declaration file so that IDEs can provide nice autocompletion as shown below.

Screenshot 2019-11-30 22 42 05

I've naively looked through header files and the JavaScript entry point (index.js) to figure out types and I hope I'm correct.

Anyways, thank you for maintaining this awesome project!