This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
shigongchen
/
yudao-ui-admin-vue3
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
修复编译器全局类型找不到报错的问题
puhui999
hace 2 años
padre
73de987443
commit
0c34ce1962
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
types/global.d.ts
+ 1
- 0
types/global.d.ts
Ver fichero
@@ -1,3 +1,4 @@
+export {}
declare global {
declare interface Fn<T = any> {
(...arg: T[]): T