From 0c34ce196240a0fed93cc11f0d4b65374484cf27 Mon Sep 17 00:00:00 2001 From: puhui999 Date: Mon, 6 Mar 2023 11:44:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=BC=96=E8=AF=91=E5=99=A8?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E7=B1=BB=E5=9E=8B=E6=89=BE=E4=B8=8D=E5=88=B0?= =?UTF-8?q?=E6=8A=A5=E9=94=99=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/global.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/global.d.ts b/types/global.d.ts index 6f583ba7..3685ffbd 100644 --- a/types/global.d.ts +++ b/types/global.d.ts @@ -1,3 +1,4 @@ +export {} declare global { declare interface Fn { (...arg: T[]): T