|
|
pirms 1 gada | |
|---|---|---|
| .. | ||
| examples | pirms 1 gada | |
| .npmignore | pirms 1 gada | |
| LICENCE | pirms 1 gada | |
| README.md | pirms 1 gada | |
| index.js | pirms 1 gada | |
| package.json | pirms 1 gada | |
Returns the negation of a function
var not = require("not")
, truth = function () { return true }
, lies = function () { return false }
// false true
console.log(not(truth)(), not(lies)())
npm install not