@jswork/next-unique

1.0.1 • Public • Published

next-unique

Unique for array based on next.

version license size download

installation

npm install -S @jswork/next-unique

usage

import '@jswork/next-unique';

const array1 = [1,2,4,5,6,7,1,2];
nx.unique(array1);

//[1,2,3,4,5,6,7]

license

Code released under the MIT license.

Readme

Keywords

Package Sidebar

Install

npm i @jswork/next-unique

Weekly Downloads

31

Version

1.0.1

License

MIT

Unpacked Size

4.48 kB

Total Files

5

Last publish

Collaborators

  • afeiship