remove-duplicate-entries-from-array

1.0.1 • Public • Published

Remove duplicate entries from an array

This is How to use this package.

const removeArrayDuplicates = require("remove-duplicate-entries-from-array");

let myNums = [1, 2, 3, 1, 4, 1, 2, 5, 3, 4];

let uniqueNums = removeArrayDuplicates(myNums);

console.log(uniqueNums);

Readme

Keywords

Package Sidebar

Install

npm i remove-duplicate-entries-from-array

Weekly Downloads

7

Version

1.0.1

License

ISC

Unpacked Size

1.06 kB

Total Files

3

Last publish

Collaborators

  • neeraj-agarwal