Rantanen / node-mumble

Mumble client in Node.js
MIT License
155 stars 48 forks source link

Add typescript typings #106

Closed Prior99 closed 6 years ago

Prior99 commented 6 years ago

These typings are missing the documentation as they are not in typedoc-format and would need to be maintained twice. They also already include the typings for the functions introduced in PR #105.

Rantanen commented 6 years ago

I merged these in for now; Though I'm curious: Can't TypeScript read the documentation from the JSDoc comments? Including this in those comments would remove the need to maintain different typings file separately.