This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
lsh
/
ykz-wx
Watch
1
Star
0
Fork
0
ファイル
課題
0
プルリクエスト
0
Wiki
ツリー:
c08c0ad7c8
ブランチ
タグ
master
ykz-wx
/
node_modules
/
vant
/
lib
/
utils
/
deep-clone.d.ts
deep-clone.d.ts
96 B
履歴
Raw
1
export declare function deepClone<T extends Record<string, any> | null | undefined>(obj: T): T;