camelcase-keys-deep
DefinitelyTyped icon, indicating that this package has TypeScript declarations provided by the separate @types/camelcase-keys-deep package

0.1.0 • Public • Published

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

Package Sidebar

Install

npm i camelcase-keys-deep

Weekly Downloads

7,094

Version

0.1.0

License

MIT

Last publish

Collaborators

  • rxaviers