ran npm run tdd
This commit is contained in:
@ -1 +1,2 @@
|
||||
module.exports = negate = func => (...args) => !func(...args);
|
||||
const negate = func => (...args) => !func(...args);
|
||||
module.exports = negate
|
||||
Reference in New Issue
Block a user