allow you to transform your datum or object
npm install transform-objAllows you transform entire object data or datum


Run one of the following command inside your project directory to install the package:
$ npm i transform-obj
or
$ yarn add transform-obj
| Input | Output |
`` const someData = [ const transform = transformToCamelCase(someData); | ` |
and support for nested objects or nested arrays.