This website works better with JavaScript
Inicio
Explorar
Axuda
Rexistro
Iniciar sesión
378402801
/
workflow
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
bf7220c6b5
Ramas
Etiquetas
master
workflow
/
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;