Files
website/node_modules/not
2024-05-06 17:15:30 -04:00
..
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00
2024-05-06 17:15:30 -04:00

not

Returns the negation of a function

Example

var not = require("not")
    , truth = function () { return true }
    , lies = function () { return false }

// false true
console.log(not(truth)(), not(lies)())

Installation

npm install not

Contributors

  • Raynos

MIT Licenced