`monads-ts` es una biblioteca de monadas y utilidades para la programación funcional en TypeScript. Proporciona implementaciones de varias monadas comunes y utilidades para trabajar con ellas.
Provide interfaces for the window, document and navigator variables of a webpage.
`monads-ts` es una biblioteca de monadas y utilidades para la programación funcional en TypeScript. Proporciona implementaciones de varias monadas comunes y utilidades para trabajar con ellas.
Monad interfaces
Either monad
[Maybe Monad](https://en.wikibooks.org/wiki/Haskell/Understanding_monads/Maybe), The Maybe monad represents computations which might "go wrong" by not returning a value.
Option, Result, and Either types for JavaScript - Inspired by Rust
A TypeScript library providing Maybe and Either monads for functional programming.
Type safe Option, Result, and Either types; inspired by Rust
Functional Programming for Pragmatists
Interface for the `window` and `document` variables of a webpage.
Monadic types library for JavaScript
Write cleaner TypeScript
Option and Result types for JavaScript; TypeScript first
TsMonad - fun-size monads library for TypeScript
Implement iterator with helper functions
No description provided.
🚀 Efficient Monads for JS: Maybe (Option) and Either (Result), Identity
Frontend monads with consistent and beginner-friendly naming conventions.
Utilities to help ease use of monads in javascript
Scala-styled monads for Typescript
Useful scala classes in typescript
No description provided.
A collection of monads (Result, Option) for TypeScript, inspired by [the Rust programming language](https://doc.rust-lang.org/std/result/).