pladaria / reconnecting-websocket

Reconnecting WebSocket. For Web, React Native, cli (Node.js)
MIT License
1.22k stars 197 forks source link

Improve typescript support #1

Closed SergioMorchon closed 8 years ago

SergioMorchon commented 8 years ago

Export full type params of the exported class. Add typescript to devDependencies. Generate .d.ts file. Reference .d.ts file in package.json.

pladaria commented 8 years ago

Thank you!