Type Alias Invalidator<T>

Invalidator<T>: ((value?: T) => void)

Cleanup logic callback.

Type Parameters

  • T