# Module: not

## Table of contents

### Functional Functions

- [default](not.md#default)

## Functional Functions

### default

▸ **default**(`fn`): `Function`

Produces a function which is the boolean inversion of the given function.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `fn` | `Function` | Function |

#### Returns

`Function`

#### Defined in

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