1.0.5 • Published 3 years ago

filther v1.0.5

Weekly downloads
9
License
MIT
Repository
github
Last release
3 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

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago