# @reactive-js/pipe

> Type safe functional pipe function. This is an optional dependency for users of reactive-js, but used internally throughout the library.

Latest version **0.0.37** (published 2020-04-21) · MIT license · 0 weekly downloads

> **Deprecated.** This package is deprecated.

## Install

```sh
npm install @reactive-js/pipe
pnpm add @reactive-js/pipe
yarn add @reactive-js/pipe
bun add @reactive-js/pipe
```

## Health

**Score 10/100 (F)** — status: deprecated.

Negative: deprecated.

## Facts

| | |
|---|---|
| Version | 0.0.37 |
| Published | 2020-04-21 |
| First published | 2019-12-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 28.7 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 11 |
| Author | David Bordoley |
| Maintainers | bordoley |
| Keywords | asynchronous, data flow, data-flow, frp, functional programming, functional-reactive-programming, ix, observable, observables, react, reactjs, reactive, reactive-extensions, reactive-js, reactive-x, rx, rxjs, scheduler, state management, state-management, stream, streams |

## Links

- npm: https://www.npmjs.com/package/@reactive-js/pipe
- Repository: https://github.com/bordoley/reactive-js
- Homepage: https://github.com/bordoley/reactive-js#readme
- Issues: https://github.com/bordoley/reactive-js/issues
- npm.io page: https://npm.io/package/@reactive-js/pipe

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 0.0.37 (latest) — 2020-04-21
- 0.0.36 — 2020-04-21
- 0.0.35 — 2020-04-20
- 0.0.34 — 2020-04-19
- 0.0.33 — 2020-04-10
- 0.0.32 — 2020-04-03
- 0.0.31 — 2020-03-23
- 0.0.30 — 2020-03-16
- 0.0.29 — 2020-03-11
- 0.0.28 — 2020-01-14
- 0.0.27 — 2020-01-13
- 0.0.26 — 2020-01-11
- 0.0.25 — 2020-01-05
- 0.0.24 — 2019-12-31
- 0.0.23 — 2019-12-30
- … 16 more at https://npm.io/package/@reactive-js/pipe/versions

## README

# @reactive-js/pipe

Type safe functional pipe function. This is an optional dependency for users of reactive-js, but used internally throughout the library.

## Installation

### via npm

```sh
npm install @reactive-js/pipe
```

### via yarn

```sh
yarn add @reactive-js/pipe
```

## Usage

```typescript
import { pipe } from "@reactive-js/pipe";

const arr = new Array(1000);
const result = pipe(arr, f1, f2, f3);
```

## Documentation

API documentation is available [here](./docs).

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