This website works better with JavaScript
Página inicial
Explorar
Ajuda
Entrar
lovecoding
/
W250511
Observar
10
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Tree:
0d2df65677
Branches
Tags
master
W250511
/
20.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;