Why is it Awesome?
Install
npm install pied --save
Usage
;// -- Working with primitiveslet x + x;let x * x;let val = ;console; // 100// -- Working with non primitiveslet x;let piped = ;console; // 4
No Kicker
* 2; // 20
Accessing Values Between Pipes
let piped = ; // accessing the array directlypiped; console; // 5 // piping againpiped; console; // 10
Note: This feature requires Proxy. If you do not have access to Proxy you can use pipe([1, 2]).to(dubs).valueOf()
to access the inner array directly.