|
download
raw
713 Bytes

array-union Build Status

Create an array of unique values, in order, from the input arrays

Install

$ npm install array-union

Usage

const arrayUnion = require('array-union');

arrayUnion([1, 1, 2, 3], [2, 3]);
//=> [1, 2, 3]

arrayUnion(['foo', 'foo', 'bar']);
//=> ['foo', 'bar']

arrayUnion(['๐Ÿฑ', '๐Ÿฆ„', '๐Ÿป'], ['๐Ÿฆ„', '๐ŸŒˆ']);
//=> ['๐Ÿฑ', '๐Ÿฆ„', '๐Ÿป', '๐ŸŒˆ']

arrayUnion(['๐Ÿฑ', '๐Ÿฆ„'], ['๐Ÿป', '๐Ÿฆ„'], ['๐Ÿถ', '๐ŸŒˆ', '๐ŸŒˆ']);
//=> ['๐Ÿฑ', '๐Ÿฆ„', '๐Ÿป', '๐Ÿถ', '๐ŸŒˆ']

License

MIT ยฉ Sindre Sorhus

Xet Storage Details

Size:
713 Bytes
ยท
Xet hash:
fca64269e8ba8feeb2309470a823313c91af898fd46dcddbf1cce00128daceeb

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.