ccabrales / pokeapi-type-generator

Generate TypeScript types from PokeAPI docs
MIT License
0 stars 0 forks source link

Contribute to DefinitelyTyped #1

Open rugglcon opened 5 years ago

rugglcon commented 5 years ago

Hey I noticed types were missing and was working on doing this manually (going to take a while) when I came across this, I think it would be useful to contribute the types file to DefinitelyTyped. Also using this package to generate the types would save a lot of time each time the package gets updated.

Let me know if this is something that could be done, I could do it. Thanks!

ccabrales commented 5 years ago

Hey! Yeah, feel free to contribute back to DefinitelyTyped and use this package to generate them. I did note a couple things in the README that could cause problems (last I checked I couldn't get nullability from the docs), but this should at least get the types most of the way there without needing to do them by hand.

Let me know if you need anything from me to get going.