Skip to content

gillstrom/lowercase-first-keys

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lowercase-first-keys Build Status

Lowercase the first letter of the keys in an object

Install

$ npm install --save lowercase-first-keys

Usage

const lowercaseFirstKeys = require('lowercase-first-keys');

lowercaseFirstKeys({FooBar: 'bar'});
//=> {fooBar: 'baz'}

License

MIT © Andreas Gillström

About

Lowercase the first letter of the keys in an object

Resources

License

Stars

Watchers

Forks

Packages

No packages published