Skip to content

Predicate function checking if haystack object contains needle object

License

Notifications You must be signed in to change notification settings

krambuhl/object-contains

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

object-contains

Predicate function checking if haystack object contains needle object

Useage

var contains = require('object-contains');
var obj = { can: 'help', nope: true };

contains(obj, { nope: true }); // ==> true
contains(obj, { nope: false }); // ==> false

About

Predicate function checking if haystack object contains needle object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published