Type alias Subscription<T>

Subscription<T>: ((value) => unknown)

Type Parameters

  • T

    The type of values that the node emits.

Type declaration

    • (value): unknown
    • A function that is called when a node emits a value.

      Parameters

      • value: T

      Returns unknown

Generated using TypeDoc