@dankreiger/tiny-either
Lightweight Either Monad
Lightweight Either Monad
Type-safe custom `Result<T,E>` library for TypeScript, inspired by Rust's Result and Option types. Provides a way to handle success and error cases in a type-safe manner, making it easier to write robust and maintainable code.
A small but mighty wrapper for AWS.DynamoDB that make it actually fun to use. (Maintained by The Federalies)
Type-Safe Errors and Null Values for JS & TypeScript; Inspired by Rust.
Write cleaner TypeScript
A Form Library for React Native
Typescript Monads inspired by Rust
Functional programming abstractions for TypeScript (Option and Result types)
Validation library for built on top of @railway-ts/core
A collection of monads (Result, Option) for TypeScript, inspired by [the Rust programming language](https://doc.rust-lang.org/std/result/).
A TypeScript library providing Maybe and Either monads for functional programming.
Option, Result, and Either types for JavaScript; Inspired by Rust