1.0.2 • Published 1 year ago

duplicates-array-element v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Duplicates Array Element

This package is used to extract the list of dublicate element from an array.

Installation

Use the package manager [npm(https://www.npmjs.com/package/find-array-duplicates) to install this package.

npm install find-array-duplicates

Usage

Return dublicate

returns 'words'

const arrDub = require('find-array-duplicates') const result = arrDub(1,1,2,3,4,4) console.log(result)// 1,4

1.0.2

1 year ago

1.0.0

1 year ago