Skip to content

Commit bd51c03

Browse files
committed
chore: add docstring
1 parent 1b2e794 commit bd51c03

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/clone.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// TODO: consider other options for performance reasons - http://jsben.ch/bWfk9
12
export function deepClone(obj) {
23
return JSON.parse(JSON.stringify(obj));
34
}

0 commit comments

Comments
 (0)