lowercase-keys
Advanced tools
Weekly downloads
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.
FAQs
Lowercase the keys of an object
The npm package lowercase-keys receives a total of 19,814,271 weekly downloads. As such, lowercase-keys popularity was classified as popular.
We found that lowercase-keys demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.