Skip to content

Shallow equal check object without specified properties.

License

Notifications You must be signed in to change notification settings

maichong/shallow-equal-without

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shallow-equal-without

Shallow equal check object without specified properties.

import shallowEqualWithout from 'shallow-equal-without';

let a = { foo: 123, bar:'string', baz:true };
let b = { foo: 123, bar:'string'};

shallowEqualWithout(a,b,'baz'); // true

About

Shallow equal check object without specified properties.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published