This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
lovecoding
/
w1020
Seguir
10
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
9fe3e02b7c
Ramas
Etiquetas
master
w1020
/
22.webpack
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
KeyValue.d.ts
70 B
Histórico
Raw
1
2
3
4
type KeyValue = {
[key: string]: any;
};
export default KeyValue;