new-json-utils

1.0.3 • Public • Published

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

/new-json-utils/

    Package Sidebar

    Install

    npm i new-json-utils

    Weekly Downloads

    0

    Version

    1.0.3

    License

    MIT

    Unpacked Size

    4.34 kB

    Total Files

    7

    Last publish

    Collaborators

    • prabhu332