simple-keyboard 3.8.44 → 3.8.46

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -197,5 +197,9 @@ declare class Utilities {
197
197
  * Reusable empty function
198
198
  */
199
199
  static noop: () => void;
200
+ /**
201
+ * Check if a function is a constructor
202
+ */
203
+ isConstructor(f: any): boolean;
200
204
  }
201
205
  export default Utilities;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simple-keyboard",
3
- "version": "3.8.44",
3
+ "version": "3.8.46",
4
4
  "description": "On-screen Javascript Virtual Keyboard",
5
5
  "main": "build/index.js",
6
6
  "scripts": {
@@ -65,7 +65,7 @@
65
65
  "postcss-loader": "^8.1.1",
66
66
  "style-loader": "^4.0.0",
67
67
  "terser-webpack-plugin": "^5.3.14",
68
- "typescript": "^5.8.2",
68
+ "typescript": "^5.8.3",
69
69
  "url-loader": "^4.1.1",
70
70
  "webpack": "^5.98.0",
71
71
  "webpack-cli": "^6.0.1",