API@uimatch/coreFunctionsmapOn this pageFunction: map() function map<T, U, E>(result, fn): Result<U, E>; Defined in: packages/uimatch-core/src/types/result.ts:92 Map a successful result to a new value Type Parameters T T U U E E Parameters result Result<T, E> fn (value) => U Returns Result<U, E>