boxed
boxed copied to clipboard
Essential building-blocks for functional & safe TypeScript code
Results
3
boxed issues
Sort by
recently updated
recently updated
newest added
Hey, thanks for the nice streamlined library! What I am missing from the API that exists in `fp-ts` is a `filter` function for `Option` and `Result`. [Here is the reference...
Hello, I've made this little change to add `or` and `orElse` functions to Option type. The goal is to have a function which will update the value only if we...