lowercase-keys
Advanced tools
Lowercase the keys of an object
Weekly downloads
Changelog
https://github.com/sindresorhus/lowercase-keys/compare/v2.0.0...v3.0.0
Readme
Lowercase the keys of an object
Check out map-obj
if you need support for deep iteration.
npm install lowercase-keys
import lowercaseKeys from 'lowercase-keys';
lowercaseKeys({FOO: true, bAr: false});
//=> {foo: true, bar: false}
Returns a new object with the keys lowercased.
Available as part of the Tidelift Subscription.
The maintainers of lowercase-keys and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use. Learn more.
Lowercase the keys of an object
The npm package lowercase-keys receives a total of 18,790,649 weekly downloads. As such, lowercase-keys popularity was classified as popular.
We found that lowercase-keys demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago.It has 1 open source maintainer collaborating on the project.