Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura
christian 4571a14169 android fix il y a 3 ans
..
index.js android fix il y a 3 ans
license android fix il y a 3 ans
package.json android fix il y a 3 ans
readme.md android fix il y a 3 ans

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