mongo-eql

Applies the MongoDB equality semantics for a comparison between two datastructures

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
mongo-eql
721.0.08 years ago10 years agoMinified + gzip package size for mongo-eql in KB

Readme

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

Compares a with b and returns true or false.