# Module: nullIterator

## Table of contents

### Iterables Functions

- [default](nullIterator.md#default)

## Iterables Functions

### default

▸ **default**(): `Generator`<`never`, `void`, `unknown`\>

Generator that does nothing

**`Yields`**

#### Returns

`Generator`<`never`, `void`, `unknown`\>

#### Defined in

[src/nullIterator.js:8](https://github.com/Twipped/js-utils/blob/9c196e3/src/nullIterator.js#L8)
