Search results
345 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
`Start a promise chain
Retry a promise-returning or async function
- promise
- retry
- retries
- operation
- failed
- rejected
- try
- exponential
- backoff
- attempt
- async
- await
- promises
- concurrently
- View more
Tries to execute a function and discards any error that occurs
Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
Module to wrap try-catch for better performance and cleaner API.
Library that can be used to retry functions that return promise
return fn() or default value (in case of exception)
Break out of functions, recursive or not, in a more composable way than by using exceptions explicitly. Non-local return.
function try-catch wrapper for promises
Transient exception handling
Async/await wrapper with error handling, retry and error override
Basic wrapper for await that allows handling of errors without try/catch blocks
Read JSON files without try catch
Retry a promise-returning or async function
- promise
- retry
- retries
- operation
- failed
- rejected
- try
- exponential
- backoff
- attempt
- async
- await
- promises
- concurrently
- View more
Read files without try catch
A JavaScript extension package for building strong and modern applications.
- wrap
- mixin
- try
- defer
- throttle
- debounce
- queue
- channel
- worker
- parallel
- parallelism
- multithreading
- goroutine
- asyncIterator
- View more
An elegant try-catch replacement for JavaScript / TypeScript
Clean up code by removing try-catch-finally blocks.
Tries to open a file using fs.openSync (only necessary with sync), fails gracefully if the file path does not exist on the file system. Since fs.existsSync has been deprecated, this can be used as an alternative.
Eliminate null/undefined errors in JS...and more!