1.0.5 • Published 3 years ago

unicompare v1.0.5

Weekly downloads
9
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.4-1

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0-t1

3 years ago

1.0.0

3 years ago