@magic-libraries/try-catch
@magic try-catch library. returns errors instead of throwing them.
Updated by @jascha
@stdlib/utils-async-try-catch
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a callback with a value `y`.
Updated by @stdlib-bot
@stdlib/utils-async-try-then
If a function does not return an error, invoke a callback with the function result; otherwise, invoke a second function.
Updated by @stdlib-bot
@stdlib/utils-try-then
If a function does not throw, return the function return value; otherwise, return the return value of a second function.
Updated by @stdlib-bot
@stdlib/utils-try-catch
If a function does not throw, return the function return value; otherwise, return `y`.
Updated by @stdlib-bot
nv-cli-try-catch
nv-cli-try-catch =============== - nv-cli-try-catch - cli tool, generate many nested-try-catch blocks
Updated by @ihgazni2
catch-first
Catch-first can simplify the code and handle exceptions better and more safely.
Updated by @youmenomi
express-async-catch
Simple wrapper for Express route handlers, which propagates errors to the centralized error handler.
Updated by @merlin4
try_catch_req
A module to make clear and succinct a redundant async/await try-catchs in using promises in node routes.
Updated by @amareabewa