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([]);

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i node.unique

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • yeliex