This website works better with JavaScript
Startseite
Erkunden
Hilfe
Anmelden
lovecoding
/
VIP26
Beobachten
9
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
bbf09d8f0c
Branches
Tags
master
VIP26
/
webpack
/
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;