New:Microsoft Teams Notifications Are Now Available in Socket.Learn more
Get Started

compose-pipe

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compose-pipe

``` const addOne = x => x + 1; const addTwo = x => x + 2; const addThree = x => x + 3;

latest
Source
npmnpm
Version
0.0.2
Version published
Weekly downloads
5
66.67%
Maintainers
1
Weekly downloads
 
Created
Source

compose-pipe

const addOne = x => x + 1;
const addTwo = x => x + 2;
const addThree = x => x + 3;

const res = pipeit({ addOne, addTwo }, 0, { debug: true }).addOne.addOne.addTwo.value;
const res2 = pipeit([ addOne, addTwo ], 0, { debug: true }).addOne.addOne.addTwo.value;

FAQs

Package last updated on 16 Sep 2019

Related posts