Type alias EventEmitterDelegate<T>

EventEmitterDelegate<T>: ((value: T) => any)

Type Parameters

  • T

Type declaration

    • (value: T): any
    • Callback that accepts a single value which was emitted from the EventEmitter instance.

      Parameters

      • value: T

      Returns any

Generated using TypeDoc