module.exports = not function not(f) { return negation function negation() { return !f.apply(this, arguments) } }