This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
Testaccount
/
1.Test
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
89450d07bf
Branches
Tags
master
1.Test
/
heyingying
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
KeyValue.d.ts
70 B
Verlauf
Originalformat
1
2
3
4
type KeyValue = {
[key: string]: any;
};
export default KeyValue;