Utilities for working with errors in bucklescript
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
Licensed under the BSD-3-Clause license. See LICENSE