nvie / itertools

TypeScript port of Python's awesome itertools stdlib.
https://www.npmjs.com/package/itertools
MIT License
154 stars 20 forks source link

Update index.ts to export `repeat` from `itertools` #1010

Closed zumpiez closed 7 months ago

zumpiez commented 7 months ago

It looks like the repeat<T> function is intended to be exported, so this PR exports it.

nvie commented 7 months ago

Now published as v2.2.5.