# Module: delimit

## Table of contents

### Functions

- [default](delimit.md#default)

## Functions

### default

▸ **default**(`collection`, `delimiter`): `any`[]

Produces an array of all values in a given collection, delimited with the provided value.

#### Parameters

| Name | Type |
| :------ | :------ |
| `collection` | `Collection` |
| `delimiter` | `any` |

#### Returns

`any`[]

#### Defined in

[src/delimit.js:11](https://github.com/Twipped/js-utils/blob/9c196e3/src/delimit.js#L11)
