pipe-ts
pipe-ts copied to clipboard
I love your pipe-ts package, thanks for creating that! There was one use case that I wish it supported - falsy parameters Example ``` const data = pipeWith( apiData, ..., ...
Hi 👋 First of all, thanks for the package. I am using it a lot despite it being quite old. I would like to suggest some small improvements to the...
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
I like the syntactic sugar of `pipeWith`, as it follows more logically in my head (and also nicely emulates the way RxJs does things). That said, I feel like the...
Currently, there is a limit on the number of functions that can be passed to `pipe` (9). We could have an overload that receives an array, to remove this limit....