objects-compare

1.0.0 • Public • Published

objects-compare

compare objects in NodeJs

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

none

Examples

const CompareObjs = require('./index');

var cobj = new CompareObjs ( [1,2,3], [1,4,3], {deep:'hasPart'} ); console.log(cobj.contain()); //false

var cobj = new CompareObjs ( [1,2,3], [1,4,3], {deep:'hasOnly'} ); console.log(cobj.contain()); //false

/objects-compare/

    Package Sidebar

    Install

    npm i objects-compare

    Weekly Downloads

    1

    Version

    1.0.0

    License

    ISC

    Last publish

    Collaborators

    • asadz31