Revert "Remove deepcopy dependency"

This reverts commit cbf5663179.
This commit is contained in:
syuilo
2019-03-19 18:47:14 +09:00
parent cbf5663179
commit da3447765b
22 changed files with 37 additions and 22 deletions

View File

@@ -1,3 +0,0 @@
export function deepcopy(x: any) {
return JSON.parse(JSON.stringify(x));
}