mongo-eql
v1.0.0
Published
Applies the MongoDB equality semantics for a comparison between two datastructures
Readme
mongo-eql
Applies the MongoDB equality semantics for a comparison between two datastructures.
Example
eql(null, undefined) // true
eql({}, {}) // trueAPI
eql(a, b):Boolean
Compares a with b and returns true or false.
