whatadewitt / yahoo-fantasy-sports-api

NodeJS wrapper for the Yahoo! Fantasy Sports API
https://yahoo-fantasy-node-docs.vercel.app/
MIT License
192 stars 52 forks source link

Typescript support #105

Open shaunstoll opened 1 year ago

shaunstoll commented 1 year ago

Any plans to have an @types/yahoo-fantasy ?

whatadewitt commented 1 year ago

I had started moving the whole library to typescript, but time is sparse right now, and my TS-fu is weak (hence why I want to do it :P ) . I've actually started a branch that I have on my local but haven't gotten very far with it. I'm also thinking about asking ChatGPT to do a bunch of the work for me, but I've been so pre-occupied with my MLBViolations Twitter bot (well... the bug I'm having with it) that my little bit of free time that I have is all going towards that.

However, knowing this is something that people are actively interested in certainly motivates me to get on it

petegriffith commented 1 year ago

Would definitely be interested; I've had to create my own types and this would save tons of time.