jsmp-infra-dmytro-difference
TypeScript icon, indicating that this package has built-in type declarations

1.0.6 • Public • Published

difference

Creates an array of array values not included in the other given arrays.

Prerequisites

You need to install Node.js.

Installing

Install with npm:

$ npm install -D jsmp-infra-dmytro-difference

Usage

import difference from 'jsmp-infra-dmytro-difference';

difference(['a', 2, 'b', 3], ['a', 3]); // [2, 'b']

License

This project is licensed under the ISC License.

Readme

Keywords

Package Sidebar

Install

npm i jsmp-infra-dmytro-difference

Weekly Downloads

0

Version

1.0.6

License

ISC

Unpacked Size

2.31 kB

Total Files

5

Last publish

Collaborators

  • dmytro-melnyshyn