mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2025-04-05 14:51:55 +08:00
Build update
This commit is contained in:
parent
eb17ec1869
commit
d7600b4bcb
@ -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
4
build/services/Utilities.d.ts
vendored
4
build/services/Utilities.d.ts
vendored
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user