# Module: entries

## Table of contents

### Iterables Functions

- [default](entries.md#default)

## Iterables Functions

### default

▸ **default**(`collection`): `Iterator`<`any`, `any`, `undefined`\>

Produces an iterator that yields a tuple of key/value pairs from the given collection.

#### Parameters

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

#### Returns

`Iterator`<`any`, `any`, `undefined`\>

#### Defined in

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