@arcmantle/library
    Preparing search index...

    Function clone

    • Deep clones an object.
      Can be used to clone objects with circular references.
      Allows for custom instantiation of objects through a callback.

      Type Parameters

      • T

      Parameters

      • input: T
      • Optionalinstantiate: InstantiationFunction

      Returns T