node.unique

1.0.0 • Public • Published

node.nuique

npm

Sorts an array with duplicates removed

Installation

$ npm install node.nuique

Use with node/window

var unique = require("node.nuique");
 
var array1 = [].unique();
 
var array2 = unique([]);

Readme

Keywords

Package Sidebar

Install

npm i node.unique

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yeliex