Explorar o código

修复编译器全局类型找不到报错的问题

puhui999 %!s(int64=2) %!d(string=hai) anos
pai
achega
0c34ce1962
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      types/global.d.ts

+ 1 - 0
types/global.d.ts

@@ -1,3 +1,4 @@
+export {}
 declare global {
   declare interface Fn<T = any> {
     (...arg: T[]): T