mongo-eql

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i mongo-eql

Weekly Downloads

54

Version

1.0.0

License

none

Last publish

Collaborators

  • rauchg
  • tootallnate