snakecase-to-camelcase
v0.0.3
Published
Small util for converting snake case to camel
Maintainers
Readme
Installation
npm install snake-to-camel
or
yarn add snake-to-camel
Motivation
Backend can send data in snake case but in frontend development we used to use camel case.
Usage
This package has only 2 function:
- snakeToCamel which just convert snake string to camel
- SnakeToCamelObjectKeys which convert object keys to camel
