更新
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
exports = function(predicate) {
|
||||
return function() {
|
||||
return !predicate.apply(this, arguments);
|
||||
};
|
||||
};
|
||||
|
||||
module.exports = exports;
|
||||
Reference in New Issue
Block a user