This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
378402801
/
workflow
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Rama:
master
Ramas
Etiquetas
master
workflow
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
KeyValue.d.ts
70 B
Permalink
Histórico
Raw
1
2
3
4
type KeyValue = {
[key: string]: any;
};
export default KeyValue;