Skip to content

Using this npm package, You can compare two objects.

License

Notifications You must be signed in to change notification settings

katsuomi/object_matching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MIT License npm version Build Status

object_matching

💬 About

Using this npm package, You can compare two objects.

💁‍♂️ example

var object_match = require("object_matching");
const a = {foo: "poteto",bar: "apple" }
const b = {bar: "apple",foo: "poteto" }
const c = {bar: "poteto",foo: "apple" }
console.log(object_match(a,b)) //true
console.log(object_match(b,c)) //false

🔰 install

$ npm install object_matching

About

Using this npm package, You can compare two objects.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published