lowercase-first-keys

1.0.1 • Public • Published

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

Dependents (1)

Package Sidebar

Install

npm i lowercase-first-keys

Weekly Downloads

245

Version

1.0.1

License

MIT

Last publish

Collaborators

  • gillstrom