This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lovecoding
/
W260426
Suivre
8
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
3cabbb3159
Branches
Tags
master
W260426
/
14.webpack
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
KeyValue.d.ts
70 B
Historique
Raw
1
2
3
4
type KeyValue = {
[key: string]: any;
};
export default KeyValue;