typescript-result
typescript-result copied to clipboard
Feature Request: Option type methods
Results are awesome. Options are also nice.
In Typescript they can be represented with a union of T | undefined, but there are no methods to map them.
Adding them here would be cool. Feel free to close though if this is out of scope