0.0.3 • Published 3 years ago

snakecase-to-camelcase v0.0.3

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

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: 1. snakeToCamel which just convert snake string to camel
2. SnakeToCamelObjectKeys which convert object keys to camel