duplicate-remover-array-v1

1.0.1 • Public • Published

duplicate-remover-array-v1

Duplicate array remover module is easy to use, it remove all duplicate values from the array and return with new array.

Installation

Install duplicate-remover-array-v1 with npm

  npm install duplicate-remover-array-v1

How to use

To import module in your js file

   const duplicate = require("duplicate-remover-array-v1");

   const a = [1, 2, 3, 1, 4, 1, 2, 5, 3, 4];

   console.log(duplicate(a));

Authors

Package Sidebar

Install

npm i duplicate-remover-array-v1

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

1.18 kB

Total Files

3

Last publish

Collaborators

  • rahuljaim