pattern-result-ts
The basic result pattern library for TypeScript.
The basic result pattern library for TypeScript.
Resulta is a TypeScript library that provides a `Result` type for handling success and error values in a functional way. It is inspired by the Result type in Rust.