badrap / result
A TypeScript result type taking cues from Rust's Result and Haskell's Either types
☆293Updated 8 months ago
Alternatives and similar repositories for result:
Users that are interested in result are comparing it to the libraries listed below
- Rust's Option<T> and Result<T, E>, implemented for TypeScript.