{%= include("install-bower", {save: true}) %} ## Usage Returns the difference between the first array and additional arrays. ```js var diff = require('{%= name %}'); var a = ['a', 'b', 'c', 'd']; var b = ['b', 'c']; console.log(diff(a, b)) //=> ['a', 'd'] ``` ## Benchmarks This library versus [array-differ][], on {%= date() %}: ``` {%= docs("benchmark/last.md") %} ```