Build update

This commit is contained in:
Francisco Hodge 2024-03-05 01:45:41 +00:00
parent bde8c7cf98
commit 72384cc32e
7 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.7.64
* simple-keyboard v3.7.65
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef) and project contributors.

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -20,6 +20,6 @@ declare class PhysicalKeyboard {
* Retrieve key from keyCode
*/
keyCodeToKey(keyCode: number): string;
isMofifierKey: (e: KeyboardEvent) => boolean;
isModifierKey: (e: KeyboardEvent) => boolean;
}
export default PhysicalKeyboard;