README
Monads
Basic support for monads, including Either
, Try
and Option
.
NPM package boilerplate with tests and typescript
<script type="module">
import npmMonads from 'https://cdn.skypack.dev/npm-monads';
</script>
Basic support for monads, including Either
, Try
and Option
.