Type Alias TransformFunction<T, U>

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

Type Parameters

  • T = any
  • U = any