The lodash method `_.xor` exported as a module.
npm install lodash.xorThe lodash method _.xor exported as a Node.js module.
Using npm:
``bash`
$ {sudo -H} npm i -g npm
$ npm i --save lodash.xor
In Node.js:
`js``
var xor = require('lodash.xor');
See the documentation or package source for more details.