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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    273
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    273
  • 0.1.1
    72
  • 0.1.0
    1
  • 0.0.1
    1

Package Sidebar

Install

npm i mongo-eql

Weekly Downloads

51

Version

1.0.0

License

none

Last publish

Collaborators

  • rauchg
  • tootallnate