-
Notifications
You must be signed in to change notification settings - Fork 88
Home
This wiki contains posts and other information on how to get the most out of neverthrow
, which, if you're not already familiar with a functional error handling approach (such as in Scala, Elm, Rust, Haskell, and many others) then you might hit a snag or two and uninstall neverthrow
in frustration.
Check out the navigation bar on the side that contains all the articles for the neverthrow
wiki.
Do you have feedback or suggestions? Open an issue!
-
Never worked with a
Result
orEither
type before? Start here: Introduction: Type Safe Errors in JS & TypeScript. -
Trying to figure out who to get the value out of a darn
Result
without fuss? Read https://github.com/supermacro/neverthrow/wiki/Accessing-The-Value-Inside-A-Result -
Want to learn about some advanced functional programming ideas? Read I thought .map was for arrays??