Last updated 1 month ago
Was this helpful?
Duplicates an object - either shallow or deep
Duplicate(object=[any], deep=[boolean])
object
any
true
Any object to duplicate
deep
boolean
false
Whether to deep copy the object or make a shallow copy (e.g. only the top level keys in a struct)