# Module: series

## Table of contents

### Functional Functions

- [default](series.md#default)

## Functional Functions

### default

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

Produces a function that executes a sequence of functions with the
same arguments, ignoring the return results.

#### Parameters

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

#### Returns

`Function`

#### Defined in

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