@opsimathically/safe
v0.0.1
Published
Fork of safe-wrapper, used for error handling try/catch as tuples.
Readme
Safe
This is a fork of safe-wrapper, which is a project designed to improve error handling try/catch syntax in typescript. I forked the project to potentially add additional features I may need in the future as well as extend unit testing to my use cases. All original credit goes to mcking-07.
Install
npm install @opsimathically/safeBuilding from source
This package is intended to be run via npm, but if you'd like to build from source,
clone this repo, enter directory, and run npm install for dev dependencies, then run
npm run build.
