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 0e20c68 commit 8770922Copy full SHA for 8770922
apps/website/src/utils/chunkArray.ts
@@ -2,7 +2,7 @@
2
* This function takes an array and divides it into smaller arrays,
3
* or "chunks", each containing a specified number of elements.
4
* @param array The array to be split into chunks.
5
- * @param size The size of each chunk. The default size is 10.
+ * @param size The size of each chunk. The default size is 15.
6
* @returns An array containing smaller subarrays (chunks), each with a length defined by the size.
7
*/
8
export function chunkArray(array: any[], size = 15): any[] {
0 commit comments