Type Alias Mapper<T, U>

Mapper<T, U>: ((value: T) => U)

A function that maps one value to another.

Type Parameters

  • T
  • U