# Module: chunkIterable

## Table of contents

### Iterables Functions

- [default](chunkIterable.md#default)

## Iterables Functions

### default

▸ **default**(`input`, `size?`): `any`[]

Produces an iterator collates the values from the given collection into chunked arrays

**`Yields`**

#### Parameters

| Name | Type | Default value |
| :------ | :------ | :------ |
| `input` | `Collection` | `undefined` |
| `size?` | `number` | `2` |

#### Returns

`any`[]

#### Defined in

[src/chunkIterable.js:13](https://github.com/Twipped/js-utils/blob/9c196e3/src/chunkIterable.js#L13)
