1.0.5 • Published 5 years ago

unicompare v1.0.5

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

unicompare

npm

Universal comparator for javascript with recursive and deep support

Quick start

1 - Install

# npm
npm install unicompare

2 - Import

const unicompare = require('unicompare')
...

Methods

NameTypeDescription
objEqualBooleanfunction(obj1,obj2,deep) return true if the objects obj1 and obj2 are the same, pass deep = true if you want to perform a recursive search on any objects inside the root object
1.0.5

5 years ago

1.0.4-1

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.0-t1

5 years ago

1.0.0

5 years ago