Function ReflectPreventExtensions

  • Prevents the addition of new properties to an object.

    Returns

    Whether the object has been made non-extensible.

    Parameters

    • target: object

      Object to make non-extensible.

    Returns boolean

Generated using TypeDoc