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>`.
Found 18 results for result-type
A toolkit of Nullable/Option/Result type implementation in ECMAScript. Their APIs are inspired by Rust's `Option<T>` and `Result<T, E>`.
🔧 Fast, modern, and practical utility library for FP in TypeScript.
A functional, type-safe utility library for elegant error handling and asynchronous operations in JavaScript/TypeScript.
Type-safe nothing-handling and error-handling library
A utility package for handling try-catch blocks in TypeScript.
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
Minimalist, strongly-typed result pattern for TypeScript
Type-safe error handling with discriminated unions and type guards for TypeScript
TypeScript authentication abstraction library that eliminates vendor lock-in and provides mock-free testing for both frontend and backend authentication systems
resulta is a TypeScript utility for handling results in an expressive way, inspired by Rust's Result type.
A lightweight, type-safe, zero-dependency implementation of the Result type.
A TypeScript library for type-safe handling of operational outcomes, offering a structured approach to managing success and error cases in a robust and efficient manner.
Type-safe assertion library with decorator-based early returns for TypeScript
Fluent Result Type for TypeScript
A TypeScript library for safe error handling with Result types
A minimalist TypeScript library for safe error handling using the Result Type pattern
🐛 Monadic Error Handling for JavaScript/TypeScript.
Go-style error handling for TypeScript with full type safety, async, and fetch support