npm.io
0.0.37 • Published 6 years ago

@reactive-js/pipe

Licence
MIT
Version
0.0.37
Deps
0
Size
29 kB
Vulns
0
Weekly
0
Stars
11
DeprecatedThis package is deprecated

@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

npm install @reactive-js/pipe
via yarn
yarn add @reactive-js/pipe

Usage

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

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

Documentation

API documentation is available here.

Keywords