This commit is contained in:
10
node_modules/licia/matcher.js
generated
vendored
Normal file
10
node_modules/licia/matcher.js
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
var extendOwn = require('./extendOwn');
|
||||
var isMatch = require('./isMatch');
|
||||
exports = function(attrs) {
|
||||
attrs = extendOwn({}, attrs);
|
||||
return function(obj) {
|
||||
return isMatch(obj, attrs);
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user