@oazmi/kitchensink - v0.9.13
    Preparing search index...

    Variable object_isExtensibleConst

    object_isExtensible: (o: any) => boolean = ...

    alias for Object.isExtensible.

    Type declaration

      • (o: any): boolean
      • Returns a value that indicates whether new properties can be added to an object.

        Parameters

        • o: any

          Object to test.

        Returns boolean