README
TypeScript library implementing Option/Maybe (as Maybe) and Result monads. Meant for internal use. Needs testing. Will import the functions and types globally.
A small monad library for TypeScript
<script type="module">
import alixqMonads from 'https://cdn.skypack.dev/@alixq/monads';
</script>
TypeScript library implementing Option/Maybe (as Maybe) and Result monads. Meant for internal use. Needs testing. Will import the functions and types globally.