Documentation - v7.4.0
    Preparing search index...
    • A simplistic implementation of a deep clone algorithm. Caveats:

      • It doesn't maintain prototype chains - don't use with instances of custom classes.
      • It doesn't handle Map and Set

      Type Parameters

      • T

      Parameters

      • value: T

      Returns T

      A deep copy of value with the same type.