This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Pierakstīties
ver2ex
/
hw-react-1
Vērot
1
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
1
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
2389e7160b
Atzari
Tagi
master
hw-react-1
/
node_modules
/
fast-deep-equal
/
index.d.ts
index.d.ts
103 B
Vēsture
Neapstrādāts
1
2
3
4
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}