Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/JSMonk/sweet-monads

The library which provides useful monads, interfaces, and lazy iterators.
https://github.com/JSMonk/sweet-monads

Last synced: about 1 month ago
JSON representation

The library which provides useful monads, interfaces, and lazy iterators.

Lists

README

        

# @sweet-monads



Mmmm, sweet

Easy-to-use monads implementation with static types definition and separated packages.

- No dependencies, one small file
- Easily auditable TypeScript/JS code

## Libraries

- [Maybe](https://github.com/JSMonk/sweet-monads/tree/master/maybe)
- [Either](https://github.com/JSMonk/sweet-monads/tree/master/either)
- [Iterator](https://github.com/JSMonk/sweet-monads/tree/master/iterator)
- [Identity](https://github.com/JSMonk/sweet-monads/tree/master/identity)
- [Interfaces](https://github.com/JSMonk/sweet-monads/tree/master/interfaces)

## License

MIT (c) Artem Kobzar see LICENSE file.