Skip to content

Commit

Permalink
Export it at the top-level
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Apr 4, 2024
1 parent 704ba3c commit ab30a72
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
## [Unreleased]

- Actually export the new itertool at the top level

## [2.3.0] - 2024-04-05

- Add new `dupes(iterable, keyFn?)` function, which returns groups of all
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Expand Up @@ -44,6 +44,7 @@ export {
} from "./itertools";
export {
chunked,
dupes,
flatten,
heads,
itake,
Expand Down

0 comments on commit ab30a72

Please sign in to comment.