ts-key-enum
Advanced tools
Comparing version
@@ -449,3 +449,3 @@ /** | ||
/** Adjusts audio balance twoard the right. */ | ||
/** Adjusts audio balance toward the right. */ | ||
AudioBalanceRight = 'AudioBalanceRight', | ||
@@ -471,3 +471,3 @@ | ||
/** Adjustts the audio fader toward the rear. */ | ||
/** Adjusts the audio fader toward the rear. */ | ||
AudioFaderRear = 'AudioFaderRear', | ||
@@ -474,0 +474,0 @@ |
{ | ||
"name": "ts-key-enum", | ||
"version": "3.0.3", | ||
"version": "3.0.4", | ||
"description": "A TypeScript string enum for compile-time safety when working with event.key", | ||
@@ -5,0 +5,0 @@ "main": "", |
40941
0