Simple compare between data structures
npm install arcdiff
const diff = require('arc-diff')
const a = {
name: 'John',
}
const b = {
name: 'Doe',
}
const result = diff(a, b)
diff(left, right, options )
-
left: Left side of compare
-
left: Right side of compare
-
options:
- ignore