Type alias Follower<Selected, Ending>

Follower<Selected, Ending>: ((selected, controlHandle) => Promise<void | ExitStatus>)

A function to notify a series of changing values from a store.

Type Parameters

  • Selected
  • Ending

Type declaration