Type Alias Updater<TInput, TOutput>

Updater<TInput, TOutput>: TOutput | ((input: TInput) => TOutput)

Type Parameters

  • TInput
  • TOutput
""