Skip to main content
type alias Listener1

Type Parameters

K
T

Definition

Listener<K, T, (...args: any[]) => void>
Back to top