# aldo-compose

> Handler composition utility

Latest version **3.1.2** (published 2018-05-21) · MIT license · 0 weekly downloads

## Install

```sh
npm install aldo-compose
pnpm add aldo-compose
yarn add aldo-compose
bun add aldo-compose
```

## Health

**Score 25/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 3.1.2 |
| Published | 2018-05-21 |
| First published | 2018-04-08 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >=8 |
| Dependencies | 1 |
| Unpacked size | 3.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | absolux |
| Maintainers | absolux |
| Keywords | aldo, compose, handler, dispatcher, middleware, composition |

## Links

- npm: https://www.npmjs.com/package/aldo-compose
- Repository: https://github.com/aldojs/compose
- Homepage: https://github.com/aldojs/compose#readme
- Issues: https://github.com/aldojs/compose/issues
- npm.io page: https://npm.io/package/aldo-compose

## Dependencies (1)

- [@sindresorhus/is](https://npm.io/package/@sindresorhus/is.md) ^0.9.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 3.1.2 (latest) — 2018-05-21
- 3.1.1 — 2018-05-18
- 3.1.0 — 2018-05-18
- 3.0.2 — 2018-05-05
- 3.0.1 — 2018-04-25
- 3.0.0 — 2018-04-21
- 2.0.1 — 2018-04-20
- 2.0.0 — 2018-04-20
- 1.0.1 — 2018-04-08
- 1.0.0 — 2018-04-08

## README

Handler composition utility for [Aldo](https://npmjs.org/package/aldo)

## Installation

```js
$ npm install aldo-compose
```

## API

### compose([a, b, c, ...])

  Compose the given handlers to a single function.

## License

  MIT

---
_Source: https://npm.io/package/aldo-compose · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
