We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1286591 commit e96f4cfCopy full SHA for e96f4cf
README.md
@@ -82,7 +82,7 @@ let chunksOf4 = Array.from(digits.windows(4, 4));
82
| `chunk` | `chunk` | -- | coerces 0 to false 😞 | N/A |
83
| `extra-iterable` | `chunk` | `chunk` | infinite empty arrays | yes |
84
| `iter-ops` | `page` | -- | throws | N/A |
85
-| `iter-tools` | `batch` | -- | throws | N/A |
+| `iter-tools` | `batch` | `window`, `windowAhead`, `windowBehind` | throws | optionally |
86
| `iterablefu` | `chunk` | -- | collects everything into a single array | N/A |
87
| `itertools-ts` | `chunkwise` | `chunkwiseOverlap` | throws | yes |
88
| Lodash / Underscore | `chunk` | -- | infinite empty arrays | N/A |
0 commit comments