component-xor
v0.0.4
Published
tiny xor utility function
Downloads
434,436
Maintainers
Keywords
Readme
xor
tiny xor utility function
Installation
Install with component(1):
$ component install component/xorOr with node.js:
$ npm install component-xorAPI
xor(bool, bool)
XOR two boolean values.
xor(true, true) // false
xor(true, false) // true
xor(false, true) // true
xor(false, false) // falseTest
npm install
make testLicense
MIT
