array-differ
TypeScript icon, indicating that this package has built-in type declarations

4.0.0 • Public • Published

array-differ

Create an array with values that are present in the first input array but not additional ones

Install

$ npm install array-differ

Usage

import arrayDiffer from 'array-differ';

arrayDiffer([2, 3, 4], [3, 50]);
//=> [2, 4]

API

arrayDiffer(input, ...values)

Returns a new array.

input

Type: unknown[]

values

Type: unknown[]

Arrays of values to exclude.


Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
4.0.0228,883latest

Version History

VersionDownloads (Last 7 Days)Published
4.0.0228,883
3.0.04,045,545
2.1.0272,310
2.0.3566
2.0.23
2.0.11
2.0.02
1.0.01,009,257
0.1.014,254

Package Sidebar

Install

npm i array-differ

Weekly Downloads

5,570,821

Version

4.0.0

License

MIT

Unpacked Size

3.39 kB

Total Files

5

Last publish

Collaborators

  • sindresorhus