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 843a913 commit fe84161Copy full SHA for fe84161
packages/optimizely-sdk/lib/utils/fns/index.js
@@ -41,7 +41,7 @@ module.exports = {
41
return to;
42
}
43
},
44
- cloneDeep: function(object) {
+ cloneJsonObject: function(object) {
45
return JSON.parse(JSON.stringify(object));
46
47
currentTimestamp: function() {
0 commit comments