Type Alias Setter<T, V>

Setter<T, V>: ((value: T) => V)

Type Parameters

  • T
  • V