thebyrd / mongo-eql

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:JavaScript 100.0%