chore: 🔧 add changeset

This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 18:53:41 -03:00
parent ae87a2da7b
commit ecfbfc7ea4

View File

@@ -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.