Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 282 Bytes

File metadata and controls

18 lines (10 loc) · 282 Bytes

objdifference

To get difference between two JavaScript objects. If a property is unset, incremented, set, renamed etc.

HOW TO INSTALL

npm i objdifference

HOW TO USE

const objDiff = require("objdifference"); 

objDiff.diff({a : "e"}, {a : "c"});