@wioenena.q/pipe
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

Getting Started

Installation

npm install @wioenena.q/pipe # or yarn add @wioenena.q/pipe

Usage

const { pipe } = require("@wioenena.q/pipe");

// pipe(functions)(inital arguments)
pipe(
  (x) => x + 1,
  (x) => x * 2,
  (x) => x + 3
)(1); // 7

Readme

Keywords

Package Sidebar

Install

npm i @wioenena.q/pipe

Weekly Downloads

1

Version

1.0.2

License

MIT

Unpacked Size

1.28 kB

Total Files

4

Last publish

Collaborators

  • wioenena.q