lazy-space
TypeScript icon, indicating that this package has built-in type declarations

0.4.3 • Public • Published

Lazy Space

Build Status codecov

Monads and Monad Transformers for a more functional Typescript

  • Async (wraps Promises)
  • Either, Try, Option (for when you are not sure what you have)
  • Identity (the simplest monad)
  • Lazy (just a monadic wrapper of a parameterless function)
  • Reader (a very simple monadic wrapper of a function that reads some state)
  • Request (a monad that reads some context and returns an asynchronous result)
  • List (a lazy list)
  • Stream (experimental reactive stream implementation)
  • Tree (a monadic tree)
  • and some graph and graph traversals

Readme

Keywords

none

Package Sidebar

Install

npm i lazy-space

Weekly Downloads

4

Version

0.4.3

License

MIT

Unpacked Size

198 kB

Total Files

66

Last publish

Collaborators

  • dvallin