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