@jswork/next-deep-equal

1.0.4 • Public • Published

next-deep-equal

Equal object for next.

version license size download

installation

yarn add @jswork/next-deep-equal

usage

import '@jswork/next-deep-equal';

const obj1 = {
    a: 1,
    s1: 'string',
    items: [1, 2]
};

const obj2 = {
    a: 1,
    items: [1, 2],
    s1: 'string'
};

nx.deepEqual(obj1, obj2);

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-deep-equal

Homepage

js.work

Weekly Downloads

41

Version

1.0.4

License

MIT

Unpacked Size

6.15 kB

Total Files

6

Last publish

Collaborators

  • afeiship