remove-array-duplicates
Version:
Remove Duplicates from array
19 lines (18 loc) • 407 B
JSON
{
"name": "remove-array-duplicates",
"version": "1.0.4",
"description": "Remove Duplicates from array",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Remove-duplicate-values-from-array",
"Array-Duplicate-values",
"Remove-duplicates-from-array",
"Filter",
"Array"
],
"author": "Rajat",
"license": "ISC"
}