Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
await-handler
Basic wrapper for await that allows handling of errors without try/catch blocks
await-of
await wrapper for easier errors handling without try-catch
apr-intercept
Intercepts errors, the Go way!
safecallback
Handle callback errors safely and easily
express-async-errors
Async/await error handling support for expressjs
run-parallel-settled
Run an array of functions in parallel, wait to finish when one errors
trywrap
A utility module to handle async function errors gracefully.
safe-wrapper
a js-util for safely wrapping synchronous and asynchronous functions to handle errors based on specified types.
try2catch
A better try/catch like way to get your errors.
express-rescue
A wrapper for async functions which makes sure all async errors are passed to your errors handler
catch-express-error
It is a Node.js package for handling and catching errors in Express.js applications.
redux-observable-es6-compat
This is build from redux-observable (https://github.com/redux-observable/redux-observable) but fix errors in es2015
redux-thunk-error-handler
An error handler for thunks that, when used in conjunction with `redux-thunk-recursion-detect` can handle errors thrown in both async and sync thunks gracefully.
escape-try-catch
Async middleware to handle errors
function-done
Handles completion and errors for sync, callbacks, promises, observables and streams.
memorize
Async function memorization, except on errors.
ignor
Ignore errors conditionally in sync / async / promise functions and return a default value.
@skywardapps/async-lru-cache
A caching library for handling async functions without storing errors
asynckit
Minimal async jobs utility library, with streams support
go-catch
Handle errors without try/catch, in the Go style