• Defines a non-enumerable property on the given object.

    Parameters

    • obj: {
          [key: string]: unknown;
      }

      The object on which to set the property

      • [key: string]: unknown
    • name: string

      The name of the property to be set

    • value: unknown

      The value to which to set the property

    Returns void

Generated using TypeDoc