This website works better with JavaScript
Sākums
Izpētīt
Palīdzība
Reģistrēties
Pierakstīties
Rankin
/
WinBoxNode
Vērot
3
Pievienot zvaigznīti
0
Atdalīts
0
Faili
Problēmas
0
Izmaiņu pieprasījumi
0
Vikivietne
Koks:
9a62132aab
Atzari
Tagi
master
WinBoxNode
/
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;
}