1.0.5 • Published 5 years ago

filther v1.0.5

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

Filther - your best array duplicates extinguisher

Filtering Arrays for duplicates with Set and back

Use it like this

import f from 'filther';

let arr = [23, 23, 23, 23, 23, 45, 45, 45, 567, 67, 67, 67, 67, 67];

let filtered = f(arr);

console.log(filtered) // should return [23,45,567,67] 
1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago