Skip to content

rxaviers/camelcase-keys-deep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

camelcase-keys-deep

Deeply convert the keys of an object to camelCase

Install

$ npm install --save camelcase-keys-deep

Usage

const camelcaseKeysDeep = require('camelcase-keys-deep');

camelcaseKeysDeep({unicorn_rainbow: {foo_bar: 1}});
//=> {unicornRainbow: {fooBar: 1}}

API

camelcaseKeysDeep(input)

input

Type: object

Related

License

MIT © Rafael Xavier de Souza

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published