camelcase-keys-deep

Deeply convert the keys of an object to camelCase

Usage no npm install needed!

<script type="module">
  import camelcaseKeysDeep from 'https://cdn.skypack.dev/camelcase-keys-deep';
</script>

README

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