xor
tiny xor utility function
Installation
Install with component(1):
$ component install component/xor
Or with node.js:
$ npm install component-xor
API
xor(bool, bool)
XOR two boolean values.
// false // true // true // false
Test
npm install
make test
License
MIT