mirror of
https://github.com/hodgef/simple-keyboard.git
synced 2026-04-30 00:00:04 +08:00
Build update
This commit is contained in:
Vendored
+4
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user