errgo-ts
A lightweight error handling library inspired by Go and Rust.
try.rs
Error handling but better. Heavily inspired by Rust error handling.
@rustable/enum
Rust-inspired pattern matching and type-safe error handling for TypeScript. Includes Option<T> for null-safety and Result<T, E> for error handling, with comprehensive pattern matching support
lib-result
A Rust-inspired `Result` type for type-safe error handling in TypeScript and JavaScript