@extra-boolean/neq
TypeScript icon, indicating that this package has built-in type declarations

1.8.1 • Public • Published

Checks if antecedent ⇎ consequent (a ⇎ b).
📦 NPM, 😺 GitHub, 🏃 RunKit, 🌔 Minified, 📜 Files, 📰 JSDoc, 📘 Wiki.

Similar: eq, neq.
Similar: imply, eq.

This is part of package extra-boolean.


neq(a, b)
// a: antecedent
// b: consequent
const {neq} = require("extra-boolean");

neq(true, false)
// true

neq(false, true)
// true

neq(true, true)
// false

neq(false, false)
// false


References

Install

npm i @extra-boolean/neq

DownloadsWeekly Downloads

16

Version

1.8.1

License

MIT

Unpacked Size

4.03 kB

Total Files

7

Last publish

Collaborators

  • wolfram77