babel-plugin-pipe-composition icon indicating copy to clipboard operation
babel-plugin-pipe-composition copied to clipboard

Overload the bitwise operators (<<) and (>>) to provide F# like pipe forward/backward behavior.

Results 1 babel-plugin-pipe-composition issues
Sort by recently updated
recently updated
newest added

The following example results in a error ``` // const chain = (fn) => (state) => (...args) => { const result = R.apply(fn (state) => (...args) => { const result...

bug