EventKey

The event names a map declares.

Signature

type EventKey<T> = keyof T & (string | symbol);

JSDoc

@descriptionThe intersection keeps the merged interface assignable to the inherited signature; a bare `keyof T` may include `number` and fails with TS2430.

Members

This export does not declare public properties or methods in the generated declaration file.