Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
unknown fe79185e87 ali aslani il y a 1 an
..
examples ali aslani il y a 1 an
.npmignore ali aslani il y a 1 an
LICENCE ali aslani il y a 1 an
README.md ali aslani il y a 1 an
index.js ali aslani il y a 1 an
package.json ali aslani il y a 1 an

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