I noticed that the readme example is equivalent to just this code:
try {
const value = await synchronousFunctionThatMightThrow();
console.log(value);
} catch (error) {
console.error(error);
}
Maybe an example using .then
instead of await would be better?
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too