Type alias Watcher<T>

Watcher<T>: ((item) => unknown)

Type Parameters

  • T

Type declaration

    • (item): unknown
    • Function to be subscribed through watch to be notified of an item T.

      Parameters

      • item: T

      Returns unknown

Generated using TypeDoc