1.0.3 • Published 3 years ago

new-json-utils v1.0.3

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

new-json-utils

A collection of json of utilities.

NPM JavaScript Style Guide

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

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago