@marcelkloubert/promises
Helpers for promises, which work in Node and the browser.
Helpers for promises, which work in Node and the browser.
> Clean, powerful, and composable async utilities for better Promise handling in JavaScript.
This function provides a structured way to handle asynchronous operations that may either succeed or fail, returning a `Result` type that encapsulates the outcome.