You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
unknown fe79185e87 ali aslani 1 year ago
..
examples ali aslani 1 year ago
.npmignore ali aslani 1 year ago
LICENCE ali aslani 1 year ago
README.md ali aslani 1 year ago
index.js ali aslani 1 year ago
package.json ali aslani 1 year ago

README.md

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