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

    Variable object_isSealedConst

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

    alias for Object.isSealed.

    Type declaration

      • (o: any): boolean
      • Returns true if existing property attributes cannot be modified in an object and new properties cannot be added to the object.

        Parameters

        • o: any

          Object to test.

        Returns boolean