Skip to content

ObjectMatrix/objects-compare

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Give 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published