mskelton / ratchet

Codemod to convert React PropTypes to TypeScript types.
https://mskelton.dev/ratchet
ISC License
138 stars 14 forks source link

feature proposal: choose between interface & type alias #75

Closed marcagba closed 1 year ago

marcagba commented 1 year ago

First thing first: Thank you for your awesome project ! 🙌

I forked it because I needed to convert prop-types to type aliases instead of interfaces.

Since I have a working implementation I felt like I would contribute back to your repo.

PR coming soon!