This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
zhengnaiwen_citu
/
menduner
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
修复编译器全局类型找不到报错的问题
puhui999
%!s(int64=2) %!d(string=hai) anos
pai
73de987443
achega
0c34ce1962
Modificáronse 1 ficheiros
con
1 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
1
0
types/global.d.ts
+ 1
- 0
types/global.d.ts
Ver ficheiro
@@ -1,3 +1,4 @@
+export {}
declare global {
declare interface Fn<T = any> {
(...arg: T[]): T