This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
yf_zhb
/
MingGaoApp_vue
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Árbol:
30bfec7fde
Ramas
Etiquetas
master
MingGaoApp_vue
/
MingGaoApp
/
node_modules
/
fast-deep-equal
/
index.d.ts
index.d.ts
103 B
Histórico
Raw
1
2
3
4
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}