Remove deepcopy dependency
This commit is contained in:
parent
b217fba235
commit
cbf5663179
22 changed files with 22 additions and 37 deletions
3
src/misc/deepcopy.ts
Normal file
3
src/misc/deepcopy.ts
Normal file
|
@ -0,0 +1,3 @@
|
|||
export function deepcopy(x: any) {
|
||||
return JSON.parse(JSON.stringify(x));
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue