deep-camelcase-keys
TypeScript icon, indicating that this package has built-in type declarations

1.0.3 • Public • Published

deep-camelcase-keys

No dependencies, deeply convert object keys to camelcase

Installation

npm install camel-case --save
yarn add camel-case

Usage

import deepCamelcase from "deep-camelcase-keys";

deepCamelcase({
  foo_bar: {
    "baz--bar": "hello"
  }
});

//=> {fooBar: {bazBar: "hello"}}

License

MIT

Package Sidebar

Install

npm i deep-camelcase-keys

Weekly Downloads

3

Version

1.0.3

License

MIT

Unpacked Size

24.6 kB

Total Files

29

Last publish

Collaborators

  • souljuse