@daisugi/anzen
Anzen helps write safe code without exceptions, taking roots from Rust's Result and Haskell's Either.
Anzen helps write safe code without exceptions, taking roots from Rust's Result and Haskell's Either.
Daisugiland is an aggregation of tools for building composable applications.
Lightweight Either Monad module
Lightweight Either Monad
A Result expression in javascript
A minimal functional utilities based on category theory
A minimal functional utilities based on category theory
Maybe and Either for your JavaScript project
Support for fastify routes returning functional structures, such as fp-ts Either, Task, TaskEither or plain javascript parameterless functions
Either abstraction implementation.
A type-safe rust-like result type for TypeScript
A package providing an implementation of either: a biased union type.
Write cleaner TypeScript
Essential TypeScript monads
A functional library for TypeScript
Lich is a library for chaining computations in TypeScript. It's heavily inspired by the monadic structures in Haskell. In particular Maybe and Either.
A functional way to switch
A TypeScript library providing Maybe and Either monads for functional programming.
Option, Result, and Either types for JavaScript; Inspired by Rust