ES Version of lodash.cloneDeep Creates a shallow clone of value. Assumes that the values of the object are primitive types.
lodash.cloneDeep
value
The value to clone.
Returns the cloned value.
ES Version of
lodash.cloneDeep
Creates a shallow clone ofvalue
. Assumes that the values of the object are primitive types.