@finalse/utilidade
Set of utils tools for Typescript / Javascript.
Set of utils tools for Typescript / Javascript.
Handle exceptions by just annotating a method or class with a decorator. Based on enkot/catch-decorator.
Simplification of try/catch exception handling.
Try anything and see what happens!
Retry a promise-returning or async function
safely catch errors from promises or functions, asynchronously or synchronously
Retry a promise-returning or async function
Functional try-catch wrapper
Simplifies error handling with wrappers for sync and async operations, returning a result-error tuple
Retry a promise-returning or async function
get any or get all return values
A Promise like quasi monad for Try.
record of learning quant, and try
An alternative library for try-catch blocks, helps reduce the code and make it cleaner and more readable using anonymous functions.
Retry a promise-returning or async function
Async try/catch function handler
Hola client authentication tool
Graceful failure handler for synchronous functions.
Scala-like Success and Failure functor/monad
Perform tasks without having to worry about using try/catch blocks. Inspired in Go's errors handling.