@nevware21/ts-utils
    Preparing search index...

    Function objIsExtensible

    • The Object.isExtensible() method determines if an object is extensible (whether it can have new properties added to it).

      Parameters

      • obj: any

        The object which should be checked.

      Returns boolean

      A Boolean indicating whether or not the object is extensible.