# Module: join

## Table of contents

### Functions

- [default](join.md#default)

## Functions

### default

▸ **default**(`collection`, `delimiter?`): `string`

Joins all values of a collection into a string

#### Parameters

| Name | Type | Default value |
| :------ | :------ | :------ |
| `collection` | `Collection` | `undefined` |
| `delimiter` | `string` \| `number` | `''` |

#### Returns

`string`

#### Defined in

[src/join.js:20](https://github.com/Twipped/js-utils/blob/9c196e3/src/join.js#L20)
