tryless
Type-safe error handling for TypeScript without try-catch hell
resulta
resulta is a TypeScript utility for handling results in an expressive way, inspired by Rust's Result type.
rustify-ts
Rustify your TypeScript: Bring Rust's powerful Result<T,E> and Option<T> patterns to TypeScript for safe, functional error handling without exceptions.