Documentation
    Preparing search index...

    Function deepCloneObject

    • Recursively clones (preserving getters and setters) the given Record | object and returns a new reference.

      Type Parameters

      • T = Record<string, any>

      Parameters

      • object: Record<string, any>

      Returns T