Skip to content

Commit

Permalink
add sequency library to README
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra authored Jan 23, 2024
1 parent b5c8e8c commit 2738ce1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,5 @@ let uniques = iter.uniqBy(obj => obj.field);
| `itertools-ts` | `distinct` | -- | `distinct` |
| Lodash / Underscore | `uniq` | `uniqWith` | `uniqBy` |
| Ramda | `uniq` | `uniqWith` | `uniqBy` |
| sequency | `distinct` | -- | `distinctBy` |
| wu | `unique` | -- | -- |

0 comments on commit 2738ce1

Please sign in to comment.