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

    Variable object_sealConst

    object_seal: <T>(o: T) => T = ...

    alias for Object.seal.

    Type declaration

      • <T>(o: T): T
      • Prevents the modification of attributes of existing properties, and prevents the addition of new properties.

        Type Parameters

        • T

        Parameters

        • o: T

          Object on which to lock the attributes.

        Returns T