sindresorhus / lowercase-keys

Lowercase the keys of an object
MIT License
41 stars 12 forks source link

Deep option #3

Closed skbolton closed 3 years ago

skbolton commented 6 years ago

Would you accept a PR that adds a recursive option to deeply lowercase the keys of an object?

sindresorhus commented 5 years ago

Sure, PR welcome. You could make use of https://github.com/sindresorhus/map-obj. The option should be named {deep: true}.

Inspiration: https://github.com/sindresorhus/camelcase-keys/blob/master/index.js

rc1021 commented 5 years ago

7 This is better. What do you think? @sindresorhus

sindresorhus commented 3 years ago

https://github.com/sindresorhus/lowercase-keys/commit/5966010461bf7629cc0e709de3c90148a2d4a2b5