This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
lsh
/
ykz-wx
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Aborescence:
c08c0ad7c8
Branches
Tags
master
ykz-wx
/
node_modules
/
vant
/
lib
/
utils
/
deep-clone.d.ts
deep-clone.d.ts
96 B
Historique
Raw
1
export declare function deepClone<T extends Record<string, any> | null | undefined>(obj: T): T;