# Module: keys

## Table of contents

### Iterables Functions

- [default](keys.md#default)

## Iterables Functions

### default

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

Produces an iterator that yields the keys from the given collection

#### Parameters

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

#### Returns

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

#### Defined in

[src/keys.js:21](https://github.com/Twipped/js-utils/blob/9c196e3/src/keys.js#L21)
