Type Alias Subscriber<T>

Subscriber<T>: ((value: T) => void)

Callback to inform of a value updates.

Type Parameters

  • T