1.0.0 • Published 11 years ago
mongo-eql v1.0.0
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.