Applies the MongoDB equality semantics for a comparison between two datastructures
npm install mongo-eqlApplies the MongoDB equality semantics for a comparison between
two datastructures.
``js`
eql(null, undefined) // true
eql({}, {}) // true
Compares a with b and returns true or false`.