Skip to content

Repository files navigation

pipe function

A function to pipe a value through a number of transforms.

Installation

npm install pipe-function

or

yarn add pipe-function

or

pnpm add pipe-function

Usage

import{pipe}from"pipe-function";

Takes between 1 and 20 arguments. pipe(x, a, b) is equivalent to b(a(x)), in other words, this function pipes a value through a number of functions in the order that they appear. This article talks about why this function is useful.

About

A function to pipe a value through a number of transforms

Topics

Resources

Stars

33 stars

Watchers

1 watching

Forks

Contributors

Languages