This package has been deprecated

Author message:

deprecated

@reactive-js/pipe
TypeScript icon, indicating that this package has built-in type declarations

0.0.37 • Public • Published

@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.

Package Sidebar

Install

npm i @reactive-js/pipe

Weekly Downloads

0

Version

0.0.37

License

MIT

Unpacked Size

29.4 kB

Total Files

11

Last publish

Collaborators

  • bordoley