Type Alias Updater<T>

Updater<T>: ((target_value: T, value: T) => T)

Type Parameters

  • T