typescript-monads
TypeScript icon, indicating that this package has built-in type declarations

9.0.0 • Public • Published

📚 typescript-monads

Better TypeScript Control Flow

circeci codeclimate

semantic-release npm latest version

typescript-monads helps you write safer code by using abstractions over messy control flow and state.

Installation

You can use this library in the browser, node, or a bundler

Node or as a module

npm install typescript-monads

Browser

<head>
 <script src="https://unpkg.com/typescript-monads"></script>
 <!-- or use a specific version to avoid a http redirect --> 
 <script src="https://unpkg.com/typescript-monads@5.3.0/index.min.js"></script>
</head>
var someRemoteValue;
typescriptMonads.maybe(someRemoteValue).tapSome(console.log)

Example Usage

Maybe

TODO

List

TODO

Either

TODO

Reader

TODO

Result

TODO

State

TODO

Logger

TODO

Dependents (11)

Package Sidebar

Install

npm i typescript-monads

Weekly Downloads

539

Version

9.0.0

License

MIT

Unpacked Size

564 kB

Total Files

194

Last publish

Collaborators

  • patrickmichalina