resumon

A tiny TypeScript result monad.

Usage no npm install needed!

<script type="module">
  import resumon from 'https://cdn.skypack.dev/resumon';
</script>

README

resumon

A tiny TypeScript result monad.

Documentation

CI NPM Coverage LGTM Grade MIT npm bundle size

Installation

# yarn
$ yarn add resumon

# npm
$ npm install resumon

Development

# install dependencies
$ yarn install

# build for production
$ yarn build

# lint project files
$ yarn lint

# run tests
$ yarn test

License

MIT - Copyright © Jan Müller