# Module: toPairs

## Table of contents

### Functions

- [default](toPairs.md#default)

## Functions

### default

▸ **default**(`input`): `any`[][]

Converts a collection into an array of key/value tuples.

#### Parameters

| Name | Type |
| :------ | :------ |
| `input` | `Collection` |

#### Returns

`any`[][]

#### Defined in

[src/toPairs.js:12](https://github.com/Twipped/js-utils/blob/9c196e3/src/toPairs.js#L12)
