Type Alias Subscriber<T>

Subscriber: (value: T) => void

Callback to inform of a value updates.

Type Parameters

  • T