From a04069b0eeb5cb01fc340a3484f948f3035fe469 Mon Sep 17 00:00:00 2001 From: lizhuoyuan <2820814112@qq.com> Date: Fri, 3 Jan 2025 14:56:56 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E5=A4=8Druntime.d.ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- runtime.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime.d.ts b/runtime.d.ts index 6ab8127e..0f57c07e 100644 --- a/runtime.d.ts +++ b/runtime.d.ts @@ -2967,6 +2967,6 @@ interface Main { log(e: string | Error, error: boolean): void } -declare var core: CoreMixin +declare let core: CoreMixin declare let flags: { [x: string]: any } declare let hero : CoreMixin['status']['hero'] \ No newline at end of file