Skip to content

jankuca/mongo-eql

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%