Maik 79c46dcb5d modul %!s(int64=3) %!d(string=hai) anos
..
index.js 79c46dcb5d modul %!s(int64=3) %!d(string=hai) anos
license 79c46dcb5d modul %!s(int64=3) %!d(string=hai) anos
package.json 79c46dcb5d modul %!s(int64=3) %!d(string=hai) anos
readme.md 79c46dcb5d modul %!s(int64=3) %!d(string=hai) anos

readme.md

lowercase-keys Build Status

Lowercase the keys of an object

Install

$ npm install --save lowercase-keys

Usage

var lowercaseKeys = require('lowercase-keys');

lowercaseKeys({FOO: true, bAr: false});
//=> {foo: true, bar: false}

API

lowercaseKeys(object)

Lowercases the keys and returns a new object.

License

MIT © Sindre Sorhus