@extra-array/is-unique-on.min
TypeScript icon, indicating that this package has built-in type declarations

2.7.8 • Public • Published

Checks if there are no duplicate values. 🏃 📼 📦 🌔

Alternatives: compare, map.
This is part of package extra-array.

This is browserified, minified version of @extra-array/is-unique-on.
It is exported as global variable array_isUniqueOn.
CDN: unpkg, jsDelivr.

array.isUniqueOn(x, [fn], [ths]);
// x:   an array
// fn:  map function (v, i, x)
// ths: this argument
const array = require('extra-array');

var x = [1, 2, -1, -2];
array.isUniqueOn(x);
// true

array.isUniqueOn(x, v => Math.abs(v));
// false

references

Package Sidebar

Install

npm i @extra-array/is-unique-on.min

Weekly Downloads

163

Version

2.7.8

License

MIT

Unpacked Size

8.15 kB

Total Files

19

Last publish

Collaborators

  • wolfram77