We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41edc92 commit 0cf08d3Copy full SHA for 0cf08d3
packages/optimizely-sdk/lib/utils/fns/index.js
@@ -39,7 +39,7 @@ module.exports = {
39
return to;
40
}
41
},
42
- cloneDeep: function(object) {
+ cloneJsonObject: function(object) {
43
return JSON.parse(JSON.stringify(object));
44
45
currentTimestamp: function() {
0 commit comments