micro-catch
v1.0.1
Published
Simplified error handling
Downloads
3
Readme
Micro Catch
A micro library built to quietly handle errors in function compositions
Module description
Clunky try catch statements can spoil functional code and often lead to generalised error handling over large compositions. This module aims to solve this issue, and hopefully improve the general readability of your code, and the quality of the error handling during runtime.