Buckets:
| # array-union [](https://travis-ci.org/sindresorhus/array-union) | |
| > Create an array of unique values, in order, from the input arrays | |
| ## Install | |
| ``` | |
| $ npm install array-union | |
| ``` | |
| ## Usage | |
| ```js | |
| 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](https://sindresorhus.com) | |
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.