Skip to content

Commit

Permalink
Fix missing [i]zipLongest3 exports (#1051)
Browse files Browse the repository at this point in the history
  • Loading branch information
refi64 authored May 27, 2024
1 parent 6e8c671 commit ddaee94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,12 @@ export {
izip3,
izipMany,
izipLongest,
izipLongest3,
permutations,
repeat,
takewhile,
zipLongest,
zipLongest3,
zipMany,
} from "./itertools";
export {
Expand Down

0 comments on commit ddaee94

Please sign in to comment.