unwrap
unwrap<
T,E>(result):T
Defined in: packages/core/src/result.ts:33
Throw if result is Err. Prefer branching on isErr when the UI should display the error.
Type Parameters
Section titled “Type Parameters”T
E
Parameters
Section titled “Parameters”result
Section titled “result”Result<T, E>
Returns
Section titled “Returns”T