Search results
15 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
A TypeScript library for the Result type
Strongly typed general purpose utilities
Rusty Monad Results for JS
some helper functions for nativescript
Fast Either and Maybe from Fantasy Land with Flow and TypeScript support
This package contains some helper functions i use in many project. Some examples are: ```ts const isNum1 = isNumber(3); const isNum2 = isStringNumber('3');
A tiny functional programming library for TypeScript that provides Option (Some/None) and Either(Left/Right) with functor map, applicative map and monad flatmap
This package contains some typescript types i use in many project. Some examples are: ```ts const o1: Option<string> = { kind: 'some', value: 'hello i am an option value' }
[![NPM Version][either-npm-version-badge]][either-npm] [repo-circleci-badge]: https://img.shields.io/circleci/project/github/Ailrun/typed-f/master.svg?logo=circleci [![Known Vulnerabilities][either-snyk-badge]][either-snyk] [![Supported TypeScript Version
Either-ts is a light typescript library created to help developers to use main set of functional programming patterns. Borned to be _SIMPLE!_
functional javascript
A port of the PHP bingo-functional library
- bingo-functional
- curry
- partial application
- helpers
- compose
- zip
- map
- reduce
- fold
- filter
- monads
- immutability
- IO monad
- Reader monad
- View more
An asynchronous either monad
An asynchronous either monad compatible with Folktale result
A typed, standalone Either object for JavaScript and TypeScript