This website works better with JavaScript
Accueil
Explorer
Aide
S'inscrire
Connexion
liyongli
/
jiaojing
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
f8ce0978f7
Branches
Tags
master
jiaojing
/
cloudfunctions
/
quickstartFunctions
/
node_modules
/
fast-deep-equal
/
index.d.ts
index.d.ts
103 B
Historique
Raw
1
2
3
4
declare module 'fast-deep-equal' {
const equal: (a: any, b: any) => boolean;
export = equal;
}