This website requires JavaScript.
Flaschengeist
Help
Sign In
ferfissimo
/
flaschengeist-frontend
forked from
Flaschengeist/flaschengeist-frontend
Watch
1
Star
0
Fork
You've already forked flaschengeist-frontend
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
1b152b52f5
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
)
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink