Type Alias Subscription<T>

Subscription: (value: T) => unknown

A function that is called when a node emits a value.

Type Parameters

  • T

    The type of values that the node emits.