Buckets:
array-union
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.