Rust's Result type for type-safe error handling in TypeScript.
Wrapper around promise for functional programming
A typescript encapsulation for errorable returns to facilitate error handling
Result Monad for TypeScript
Utils for type-safe error handling in TypeScript.
A tiny TypeScript Result type for explicit error handling without exceptions
The Result monad represents some result in different states - Initial, Pending, Success and Failure.
Better error handling stolen from rust
Result and Option classes for any projects
A package that brings Result Type that can be used in TypeScript projects to help with error management
Rust-inspired Result type for type-safe error handling without try/catch
A Rust-like `Result` and `Option` type implementation for TypeScript, along with a set of utilities for error handling, asynchronous operations, and more. This library aims to bring a familiar, functional-style error handling approach from Rust into the T
A simple Result type for Typescript
Type-safe error handling in TypeScript
A zero-dependency Result type for typescript inspired by Rust
No description provided.
A minimal result type for typescript.
No description provided.
A typescript library which provides rust-like result api to projects
A TypeScript-based Result library
Rust-style Result<T, E> for TypeScript — type-safe error handling without try/catch
An Rust like Result API for handling Requests
A lightweight, fully-typed `Result` monad for TypeScript. Model success and failure explicitly without throwing exceptions.
Result type - inspired by Rust's Result type - union type, generic over Ok and Err - Result<Ok, Err>
No description provided.
No description provided.
No description provided.