0.0.7 • Published 6 years ago

rename-props-object v0.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

Setup

$ npm install --save-dev rename-props-object

Usage

import renameProps, { toCamelCase } from 'rename-props-object';

const response = [{ foo_bar: 'foo' }];
const result = renameProps.getRenameData(
  response,
  toCamelCase, // or your callback function. Please make pull request🙏
);

console.log(result); // [{ fooBar: 'foo' }]
0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago