CommonCloneDeep CallableCommonCloneDeep<T>(obj, reviver, replacer): TDeep-clones an object@todoJSON serialization will break things like functions, Sets and Maps.Parametersobj: Toptionalreviver: (this, key, value) => any = nulloptionalreplacer: (this, key, value) => any = nullReturns T
Deep-clones an object
JSON serialization will break things like functions, Sets and Maps.