2.0.0 • Published 5 years ago

@southpaw9/set v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
5 years ago

@southpaw9/set

npm

Removes duplicate elements in arrays.

Install

$ npm install @southpaw9/set

Usage

const set = require("@southpaw9/set");

set([1, 1, 2, 3, 4, 4, 5, 6, 3, 4, 5]);
//=> [1, 2, 3, 4, 5, 6]

tiny("helloworld");
//=> ["h", "e", "l", "o", "w", "r", "d"]

License

@southpaw9/set is released under the terms of the MIT License.

2.0.0

5 years ago

1.0.0

5 years ago