.verb.md

April 14, 2017 ยท View on GitHub

{%= include("install-bower", {save: true}) %}

Usage

Returns the difference between the first array and additional arrays.

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") %}