0.0.7 • Published 7 years ago

rename-props-object v0.0.7

Weekly downloads
5
License
MIT
Repository
github
Last release
7 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

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago