Recetafunctionfunction/typestype-aliasesType Alias: Mapper()\<T, U\>On this pageType Alias: Mapper()<T, U> Mapper<T, U> = (value) => U Defined in: function/types.ts:14 A function that transforms a value of type T to type U. Type Parameters T T U U Parameters value T Returns U