Last updated 4 years ago
Was this helpful?
FilterArray is a common function a common function that removes deplicate items from an array.
yarn add @common-utilities/filter-array -D
filterArray(['test', 'test', 'foo', 'bar', 'biz']) // ['test', 'foo', 'bar', 'biz'])
No cruft. No bloat. No dependencies.
Simple, typed, functional, documented, and tested javascript utility functions.
View other on Github.