sindresorhus / ts-extras

Essential utilities for TypeScript projects
MIT License
587 stars 15 forks source link

An runtime function for `CamelCasedPropertiesDeep` #46

Open hyf0 opened 2 years ago

hyf0 commented 2 years ago

Love this package. Is there any plan for implementing a runtime version of CamelCasedPropertiesDeep.

related to https://github.com/sindresorhus/type-fest/issues/375.

hyf0 commented 2 years ago

Also happy to make a PR if that's ok.

sindresorhus commented 2 years ago

Check out: https://github.com/sindresorhus/camelcase-keys

hyf0 commented 2 years ago

Sad. For ID, there's no problem. For ReactDOM CamelCasedPropertiesDeep will transform to be reactDOM camelcase-keys will transform to be reactDom image

sindresorhus commented 2 years ago

https://github.com/sindresorhus/camelcase-keys/issues/88

fregante commented 1 month ago

This can be closed?