This website works better with JavaScript
Etusivu
Tutki
Apua
Kirjaudu sisään
lsh
/
ykz-wx
Tarkkaile
1
Äänestä
0
Fork
0
Tiedostot
Ongelmat
0
Pull-pyynnöt
0
Wiki
Puu:
c08c0ad7c8
Branchit
Tagit
master
ykz-wx
/
node_modules
/
vant
/
lib
/
utils
/
deep-clone.d.ts
deep-clone.d.ts
96 B
Historia
Raaka
1
export declare function deepClone<T extends Record<string, any> | null | undefined>(obj: T): T;