1.0.6 • Published 3 years ago

jsmp-infra-dmytro-difference v1.0.6

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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.

1.0.6

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago