We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Checks if value is false. 📦 NPM, 😺 GitHub, 🏃 RunKit, 🌔 Minified, 📜 Files, 📰 JSDoc, 📘 Wiki.
Similar: and, or, not, xor.
not(a) // a: a boolean
const {not} = require("extra-boolean"); not(false); // true not(true); // false