mharj-result
Rust style Result for TypeScript/Javascript
Rust style Result for TypeScript/Javascript
Option<T> and Result<T, E> enum types for JavaScript. If you need more Rust-like features, check out derive-rust npm package
A library for people with options and results.
Optional value and Result error handling types, heavily inspired by Rust.
A lib to encapsute operation result and manage logs. ## Logs
Rust's Option<T> and Result<T, E>, implemented for TypeScript.
Useful type to model success and failure
A version of Rust's result type in Typescript, which can be Ok or Err (oker)
A practical Result type inspired by Rust Result.
A bare-metal Result type for Javascript/TypeScript
Option-None-Some-Result-Error-Ok
The basic result pattern library for TypeScript.
A utility package for handling results and HTTP responses
Provides Result and Optional monads, inspired by railway oriented programming.
Error and optional values control flow library based on Rust's Result and Option.
rough-smooth-web3-sail
Powerful pipes for TypeScript, that chain Promise and ADT for you
A package that brings the iconic Rust types such as Result and Option
Robust and type-safe error management inspired by Rust's Result pattern
Rust-like Result for Javascript