bs-errors

Utilities for working with errors in bucklescript

Usage no npm install needed!

<script type="module">
  import bsErrors from 'https://cdn.skypack.dev/bs-errors';
</script>

README

bs-errors

Utilities for working with errors in bucklescript

Installation

Install the project:

npm install bs-errors --save

And add the dependency to your bs-dependencies in bsconfig.json:

"bs-dependencies": [
  "bs-errors"
]

The project will be available under the BsErrors namespace

License

Licensed under the BSD-3-Clause license. See LICENSE