Skip to content

Commit e96f4cf

Browse files
update iter-tools
1 parent 1286591 commit e96f4cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ let chunksOf4 = Array.from(digits.windows(4, 4));
8282
| `chunk` | `chunk` | -- | coerces 0 to false 😞 | N/A |
8383
| `extra-iterable` | `chunk` | `chunk` | infinite empty arrays | yes |
8484
| `iter-ops` | `page` | -- | throws | N/A |
85-
| `iter-tools` | `batch` | -- | throws | N/A |
85+
| `iter-tools` | `batch` | `window`, `windowAhead`, `windowBehind` | throws | optionally |
8686
| `iterablefu` | `chunk` | -- | collects everything into a single array | N/A |
8787
| `itertools-ts` | `chunkwise` | `chunkwiseOverlap` | throws | yes |
8888
| Lodash / Underscore | `chunk` | -- | infinite empty arrays | N/A |

0 commit comments

Comments
 (0)