KeyboardEvent: {
    DOM_KEY_LOCATION_LEFT: number;
    DOM_KEY_LOCATION_NUMPAD: number;
    DOM_KEY_LOCATION_RIGHT: number;
    DOM_KEY_LOCATION_STANDARD: number;
    prototype: KeyboardEvent;
    new (type: string, eventInitDict?: KeyboardEventInit): KeyboardEvent;
}

Type declaration