Skip to content

Commit

Permalink
Also add missing intersperse top-level export
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed May 27, 2024
1 parent 2b80fa6 commit eb915be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
## [Unreleased]

- Fix missing top-level exports for `izipLongest3` and `intersperse`

## [2.3.1] - 2024-04-05

- Actually export the new itertool at the top level
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ export {
dupes,
flatten,
heads,
intersperse,
itake,
pairwise,
partition,
Expand Down

0 comments on commit eb915be

Please sign in to comment.