0.0.1 • Published 3 years ago

camelcase-keys-deep2 v0.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

camelcase-keys-deep2

Deeply convert the keys of an object to camelCase

Install

$ npm install --save camelcase-keys-deep2
or
$ yarn add camelcase-keys-deep2

Usage

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

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

API

camelcaseKeysDeep2(input)

input

Type: object

Related

License

MIT © Rafael Xavier de Souza