A simple and small library which provides an opinionated view onto asserts for the sake of input parameter validation. Many errors more than often result from missing or insufficient input parameter validation. This is particularly true for JavaScript and alike.
The package can be installed with:
npm install @bvfnbk/node-assert
Please note: The API documentation is not contained in the repository. It is rather supposed to be deployed to
some service which is not yet clear. Until then, checkout this repository and npm install
its development
dependencies.
The jsdoc
documentation can be created with
npm run jsdoc
Open dist/docs/api/index.html
with your favourite browser.