README
Happy-Errors
Happy-Errors is a Javascript library used to standardize the Error object in all environments.
Installation
To install the stable version:
npm install --save happy-errors
Happy-Errors takes your errors and makes them easier to understand
<script type="module">
import happyErrors from 'https://cdn.skypack.dev/happy-errors';
</script>
Happy-Errors is a Javascript library used to standardize the Error object in all environments.
To install the stable version:
npm install --save happy-errors