This website requires JavaScript.
Flaschengeist
Help
Sign In
Flaschengeist
/
flaschengeist-frontend
Watch
7
Star
0
Fork
You've already forked flaschengeist-frontend
1
Code
Issues
Pull Requests
Projects
Releases
Activity
2666e181f5
flaschengeist-frontend
/
api
/
src
/
utils
/
misc.ts
4 lines
81 B
TypeScript
Raw
Blame
History
export
function
clone
<
T
>
(
o
:
T
)
:
T
{
return
<
T
>
JSON
.
parse
(
JSON
.
stringify
(
o
)
)
;
}
View Git Blame
Copy Permalink