webtorrent / bittorrent-tracker

🌊 Simple, robust, BitTorrent tracker (client & server) implementation
https://webtorrent.io
MIT License
1.73k stars 315 forks source link

Typescript Support #451

Closed ferrohd closed 1 year ago

ferrohd commented 1 year ago

What version of this package are you using? Latest What problem do you want to solve? This library is not exporting types nor the @types/bitorrent-tracker exists. Any code built on top of this is forced to use any as type. What do you think is the correct solution to this problem? The fastest way is to export a .d.ts file without rewriting the entire library in TypeScript. Are you willing to submit a pull request to implement this change? No

github-actions[bot] commented 1 year ago

Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?