errgo-ts
A lightweight error handling library inspired by Go and Rust.
result2
rust inspired easy, and efficient error handling in js
@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
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.