mongo-eql
Applies the MongoDB equality semantics for a comparison between
two datastructures.Example
eql(null, undefined) // true
eql({}, {}) // true
API
eql(a, b):Boolean
Comparesa
with b
and returns true
or false
.eql(null, undefined) // true
eql({}, {}) // true
a
with b
and returns true
or false
.Bytes is a JavaScript newsletter you'll actually enjoy reading.
Delivered every Monday, for free.