array-union-x

3.1.2 • Public • Published

Travis status Dependency status devDependency status npm version jsDelivr hits bettercodehub score Coverage Status

array-union-x

Creates an array of unique values, in order, from all given arrays.

Version: 2.0.0
Author: Xotic750 Xotic750@gmail.com
License: MIT
Copyright: Xotic750

module.exports([...array])array

This method creates an array of unique values, in order, from all given arrays using SameValueZero for equality comparisons.

Kind: Exported function
Returns: array - Returns the new array of combined values.

Param Type Description
[...array] array The arrays to inspect.

Example

import union from 'array-union-x';
 
console.log(union([2], [1, 2])); // => [2, 1]

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.1.26latest

Version History

VersionDownloads (Last 7 Days)Published
3.1.26
3.1.10
3.1.02
3.0.180
3.0.170
3.0.160
3.0.150
3.0.140
3.0.130
3.0.120
3.0.110
3.0.100
3.0.90
3.0.80
3.0.70
3.0.60
3.0.50
3.0.40
3.0.30
3.0.20
3.0.10
3.0.00
2.0.00
1.0.00

Package Sidebar

Install

npm i array-union-x

Weekly Downloads

6

Version

3.1.2

License

MIT

Unpacked Size

363 kB

Total Files

11

Last publish

Collaborators

  • xotic750