new-json-utils
v1.0.3
Published
A collection of json of utilities.
Downloads
3
Readme
new-json-utils
A collection of json of utilities.
Install
npm install --save new-json-utils
Usage
import * as utils from 'new-json-utils';
let a = {a: 1};
let b = {a: 2};
utils.updateObject(a, b) // {a: 2}
License
MIT © prabhu332