Deeply convert the keys of an object to camelCase
npm install camelcase-keys-deep> Deeply convert the keys of an object to camelCase
```
$ npm install --save camelcase-keys-deep
`js
const camelcaseKeysDeep = require('camelcase-keys-deep');
camelcaseKeysDeep({unicorn_rainbow: {foo_bar: 1}});
//=> {unicornRainbow: {fooBar: 1}}
`
#### input
Type: object`
- decamelize-keys-deep for the inverse.
MIT © Rafael Xavier de Souza