Files
lodash/lodash.xor/README.md
2018-02-03 19:13:27 -08:00

538 B
Raw Blame History

lodash.xor v3.1.2

The modern build of lodashs _.xor exported as a Node.js/io.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.xor

In Node.js/io.js:

var xor = require('lodash.xor');

See the documentation or package source for more details.