@feizheng/next-unique

1.0.1 • Public • Published

next-unique

Unique for array based on next.

version license size download

installation

npm install -S @feizheng/next-unique

usage

import '@feizheng/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.

/@feizheng/next-unique/

    Package Sidebar

    Install

    npm i @feizheng/next-unique

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    5.42 kB

    Total Files

    6

    Last publish

    Collaborators

    • afeiship