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

    Function setObjectProperty

    • Sets a property on an object. The key supports bracket and dot notation.

      Aracna Reference

      Type Parameters

      • T extends object
      • U

      Parameters

      • object: T
      • key: keyof T
      • value: U

      Returns void | Error

    • Sets a property on an object. The key supports bracket and dot notation.

      Aracna Reference

      Type Parameters

      • T extends object
      • U

      Parameters

      • object: T
      • key: string
      • value: U

      Returns void | Error