# Module: chain

## Table of contents

### Functional Functions

- [default](chain.md#default)

## Functional Functions

### default

▸ **default**(`...functions`): `Function`

Produces a function that executes a sequence of functions, passing
the result of each into the next function.

#### Parameters

| Name | Type | Description |
| :------ | :------ | :------ |
| `...functions` | `Function`[] | Functions to evaluate. |

#### Returns

`Function`

#### Defined in

[src/chain.js:13](https://github.com/Twipped/js-utils/blob/9c196e3/src/chain.js#L13)
