tri-fp

Eliminate try-catch and make it possible to handle all 3 outcomes differently: result, native exception, & application error.

await-resolver

An easy-to-use **async/await wrapper** to resolve any asynchronous tasks. Await-resolver always returns an array of type `[error, result]` **ensuring consistent error handling** and it provides **a timeout functionality to delay/timeout an execution**. Wi

try-catch-decorator

A decorator that wraps a method within a try-catch block. If an error is thrown, it will be caught and re-thrown.

@mumen/try-catch-alt

An alternative library for try-catch blocks, helps reduce the code and make it cleaner and more readable using anonymous functions.