ReadonlyUnwraps a ResultAsync, computing a fallback value from the error when needed.
The type of the value.
The type of the error.
The ResultAsync to unwrap.
A function that receives the error and returns a fallback value.
A promise that resolves to the unwrapped value or the computed fallback.
See unwrapAsyncOrElse.