bartve / disconnect

An easy to use Node.js client with OAuth support to connect with the discogs.com API v2.0
MIT License
453 stars 79 forks source link

Typescript support #69

Open buffet-time opened 3 years ago

buffet-time commented 3 years ago

Any plans to add Typescript definitions?

nktknshn commented 3 years ago

I created definitions a while ago. I don't guarantee they are complete but most of types are present https://github.com/nktknshn/disconnect/tree/master/typings

jch254 commented 2 years ago

You are a legend @nktknshn! Thanks for creating the types and adding to your fork

BuWH commented 2 years ago

I created definitions a while ago. I don't guarantee they are complete but most of types are present https://github.com/nktknshn/disconnect/tree/master/typings

Why not include this and make a TS PR? That would be really helpful!