async-try-catch-loader
async-try-catch-loader
async-try-catch-loader
Graceful reading of JSON value, using JSON.parse with support for optional callback
catch promise automatic
Async await wrapper for easy error handling without try-catch
Async await wrapper for easy error handling
Eliminate try-catch and make it possible to handle all 3 outcomes differently: result, native exception, & application error.
Easy and flattened error handling for sync and async functions
try-catch wrapper with quick easy syntax; fully customizable & works with async and promises
Return result and error instead of throwing.
`Trier` is a JavaScript/TypeScript utility class that simplifies the process of error handling and recovery in your application. By encapsulating your error-prone code within `try` and `catch` blocks, and specifying appropriate callback functions, you can
A typescript library to get rid of try catches.
Simplify the use of try-catch
Alternative way to handle errors in Javascript
Try handler is a powerful utility that wraps try-catch blocks in a function, allowing you to handle errors in a more elegant way, without the need to write try-catch blocks in your code.
A simple utility to handle promises with optional logging and error throwing.
add try-catch clause to function block statement
A module to make clear and succinct a redundant async/await try-catchs in using promises in node routes.
A lightweight utility to handle promises safely, returning an error or result in a predictable format.
A utility package for your repetitive try catch with a proper standard logging format with both async and normal function compatible.
Better error handling in JavaScript