@aracna/core - v1.5.0
    Preparing search index...

    Function copyObjectProperty

    • Copies a property from one object to another. The key supports bracket and dot notation.

      Aracna Reference

      Type Parameters

      • T1 extends object
      • T2 extends object
      • T extends object

      Parameters

      • source: T
      • key: keyof T
      • target: T

      Returns void | Error

    • Copies a property from one object to another. The key supports bracket and dot notation.

      Aracna Reference

      Type Parameters

      • T1 extends object
      • T2 extends object
      • T extends object

      Parameters

      • source: T
      • key: string
      • target: T

      Returns void | Error