option-t
A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's `Option<T>` and `Result<T, E>`.
@mobily/ts-belt
🔧 Fast, modern, and practical utility library for FP in TypeScript.
@patina/core
Type-safe nothing-handling and error-handling library
@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