This website requires JavaScript.
Explore
Help
Register
Sign In
7x31
/
ChatGPT-Next-Web
mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
Watch
1
Star
0
Fork
You've already forked ChatGPT-Next-Web
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
38f6956e71
ChatGPT-Next-Web
/
app
/
utils
/
clone.ts
4 lines
83 B
TypeScript
Raw
Blame
History
export
function
deepClone
<
T
>
(
obj
:
T
)
{
return
JSON
.
parse
(
JSON
.
stringify
(
obj
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink