Code referenceliblib/resultfunctionsFunction: unwrapOr()On this pageFunction: unwrapOr() unwrapOr<T, E>(result, fallback): T Defined in: src/lib/result.ts:29 Return the success value, or a fallback if the result is an error. Type Parameters T T E E Parameters result Result<T, E> fallback T Returns T