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
+4
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;