1.0.5 • Published 5 years ago
unicompare v1.0.5
unicompare
Universal comparator for javascript with recursive and deep support
Quick start
1 - Install
# npm
npm install unicompare2 - Import
const unicompare = require('unicompare')
...Methods
| Name | Type | Description |
|---|---|---|
objEqual | Boolean | function(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 |