babel-plugin-function-composition
babel-plugin-function-composition copied to clipboard
Babel plugin to compose functions with piping using the & operator
Results
1
babel-plugin-function-composition issues
Sort by
recently updated
recently updated
newest added
I know, this operator & (bitwise) is exceptionally rare in a JS project. However, how to use it it in case of necessity together with this plugin?