ts-key-enum
Advanced tools
Comparing version
@@ -547,3 +547,3 @@ /** | ||
/** | ||
* Decreases trhe audio description's mixing volume; reduces the volume of | ||
* Decreases the audio description's mixing volume; reduces the volume of | ||
* the audio descriptions relative to the program sound. | ||
@@ -789,3 +789,3 @@ */ | ||
PinPMove = "PinPMove", | ||
/** Toggles display of th epicture-in-picture view on and off. */ | ||
/** Toggles display of the picture-in-picture view on and off. */ | ||
PinPToggle = "PinPToggle", | ||
@@ -995,3 +995,3 @@ /** A button to move the picture-in-picture view upward. */ | ||
* The numeric keypad's places separator character. | ||
* (In the United States this is a comma, but elsewhere it is frequently | ||
* (In the United States this is a comma, but elsewhere it is frequently | ||
* a period.) | ||
@@ -998,0 +998,0 @@ */ |
@@ -550,3 +550,3 @@ "use strict"; | ||
/** | ||
* Decreases trhe audio description's mixing volume; reduces the volume of | ||
* Decreases the audio description's mixing volume; reduces the volume of | ||
* the audio descriptions relative to the program sound. | ||
@@ -792,3 +792,3 @@ */ | ||
Key["PinPMove"] = "PinPMove"; | ||
/** Toggles display of th epicture-in-picture view on and off. */ | ||
/** Toggles display of the picture-in-picture view on and off. */ | ||
Key["PinPToggle"] = "PinPToggle"; | ||
@@ -998,3 +998,3 @@ /** A button to move the picture-in-picture view upward. */ | ||
* The numeric keypad's places separator character. | ||
* (In the United States this is a comma, but elsewhere it is frequently | ||
* (In the United States this is a comma, but elsewhere it is frequently | ||
* a period.) | ||
@@ -1001,0 +1001,0 @@ */ |
{ | ||
"name": "ts-key-enum", | ||
"version": "2.0.9", | ||
"version": "2.0.10", | ||
"description": "A TypeScript string enum for compile-time safety when working with event.key", | ||
@@ -5,0 +5,0 @@ "main": "dist/js/Key.enum.js", |
81706
0