文件名称:object-contains:谓词函数检查haystack对象是否包含needle对象
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-26 10:40:04
JavaScript
对象包含 谓词函数检查haystack对象是否包含needle对象 用途 var contains = require ( 'object-contains' ) ; var obj = { can : 'help' , nope : true } ; contains ( obj , { nope : true } ) ; // ==> true contains ( obj , { nope : false } ) ; // ==> false
【文件预览】:
object-contains-master
----index.js(165B)
----package.json(482B)
----tests()
--------index.test.js(404B)
----LICENSE(1KB)
----.npmignore(64B)
----.gitignore(51B)
----README.md(282B)
----.jshintrc(138B)