diff --git a/.changeset/cool-days-grow.md b/.changeset/cool-days-grow.md new file mode 100644 index 0000000..244394d --- /dev/null +++ b/.changeset/cool-days-grow.md @@ -0,0 +1,5 @@ +--- +"lilbetter.js": minor +--- + +Created the tryAsync (tryA) and trySync (tryS) functions, said can be used for wrapping and calling functions that can throw error. Said error can then be handled using in a Go-like fashion.