API@uimatch/coreFunctionsunwrapOn this pageFunction: unwrap() function unwrap<T, E>(result): T; Defined in: packages/uimatch-core/src/types/result.ts:68 Unwrap a result or throw an error Type Parameters T T E E Parameters result Result<T, E> Returns T Throws If result is a failure