fix(core): update
This commit is contained in:
		| @@ -43,7 +43,7 @@ export class DomTools { | ||||
|   /** | ||||
|    * if you can, use the static asysnc .setupDomTools() function instead since it is safer to use. | ||||
|    */ | ||||
|   public static getGlobalDomToolsSync() { | ||||
|   public static getGlobalDomToolsSync(): DomTools { | ||||
|     const globalDomTools: DomTools = globalThis.deesDomTools; | ||||
|     if (!globalDomTools) { | ||||
|       throw new Error('You tried to access domtools synchronously too early'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user