Type Alias Transform<TInput, TOutput>

Transform<TInput, TOutput>: ((value: TInput) => TOutput)

Type Parameters

  • TInput
  • TOutput