deepCloneUnfreeze
Creates a mutable deep clone of the provided value.
Table of contents
Category
Value
Import
jsimport { deepCloneUnfreeze } from "valyrian.js/utils";Public signature
ts<T>(obj: T, cloneClassInstances?: boolean, seen?: WeakMap<WeakKey, any>): TParameters
tsobj: T, cloneClassInstances?: boolean, seen?: WeakMap<WeakKey, any>Result
tsT