This website works better with JavaScript
Startseite
Erkunden
Hilfe
Registrieren
Anmelden
yifan
/
XLJK-api
Beobachten
1
Favorit hinzufügen
0
Fork
0
Dateien
Issues
0
Pull-Requests
0
Wiki
Struktur:
ca8126a759
Branches
Tags
main
XLJK-api
/
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;