Returns the success value or the given fallback.
const count = unwrapOr(await tryCount(), 0); Copy
const count = unwrapOr(await tryCount(), 0);
Returns the success value or the given fallback.