mirror of
https://github.com/stCarolas/setup-maven.git
synced 2026-09-09 21:04:21 +02:00
chore: update dependencies
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
// Returns a negated version of the passed-in predicate.
|
||||
export default function negate(predicate) {
|
||||
return function() {
|
||||
return !predicate.apply(this, arguments);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user