ts-playground
    Preparing search index...
    • Deep copy an object

      Type Parameters

      • T

      Parameters

      • obj: T

      Returns T

      copied object

      This function is not suitable for copying objects with function values or symbol-keyed properties (throws DataCloneError). Handles Date, Map, Set, BigInt, circular references, and undefined values correctly.