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.

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mongo-eql

    Weekly Downloads

    51

    Version

    1.0.0

    License

    none

    Last publish

    Collaborators

    • rauchg
    • tootallnate