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
No known key found for this signature in database
GPG key ID: BDC4C49D06AB9D69
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));
}