This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
lovecoding
/
w1020
Vērot
10
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
9fe3e02b7c
Atzari
Tagi
master
w1020
/
22.webpack
/
node_modules
/
bonjour-service
/
dist
/
lib
/
KeyValue.d.ts
KeyValue.d.ts
70 B
Vēsture
Neapstrādāts
1
2
3
4
type KeyValue = {
[key: string]: any;
};
export default KeyValue;