ts-error-handling
A fully typed error handling library for TypeScript inspired by Rust's Result type.
errgo-ts
A lightweight error handling library inspired by Go and Rust.
@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
rustlike-ts
A Rust-like functional utility library for safe and expressive error handling in TypeScript.