# Module: noop

## Table of contents

### Functional Functions

- [default](noop.md#default)

## Functional Functions

### default

▸ **default**(): `void`

This function does nothing and returns nothing.

**`Function`**

noop

#### Returns

`void`

#### Defined in

[src/noop.js:9](https://github.com/Twipped/js-utils/blob/9c196e3/src/noop.js#L9)
