Node's domain module for the web browser. This is merely an evented try...catch with the same API as node, nothing more.
A little retry tool to execute a function until the function is successful. Can also bind a timeout to a function. This lib is usable in typescript, in javascript, in node, in SPA tools (rest, Vue, Svelte...) and browser (available in ESM and common js fo
Basic wrapper for await that allows handling of errors without try/catch blocks
Async/await wrapper with error handling, retry and error override
A simple, type safe utility to execute a function a given number of times or until it is successful.