Build update

This commit is contained in:
Francisco Hodge 2025-04-01 18:09:37 +00:00
parent eb17ec1869
commit d7600b4bcb
7 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v3.8.44
* simple-keyboard v3.8.45
* 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

@ -197,5 +197,9 @@ declare class Utilities {
* Reusable empty function
*/
static noop: () => void;
/**
* Check if a function is a constructor
*/
isConstructor(f: any): boolean;
}
export default Utilities;