sindresorhus / dot-prop

Get, set, or delete a property from a nested object using a dot path
MIT License
812 stars 69 forks source link

Transition to Typescript #112

Closed PopGoesTheWza closed 7 months ago

PopGoesTheWza commented 9 months ago

Hi,

I am experimenting with this package and felt like contributing a little. Here's a first draft at switching to Typescript.

Regards,

sindresorhus commented 9 months ago

While I appreciate the pull request, it's generally better to open an issue before doing large changes like this. I'm not really interested in moving to TypeScript. It adds a lot of development overhead without much gain. You gain most with TypeScript from codebases that are constantly changing, but this package is pretty much done.