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

    Variable object_preventExtensionsConst

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

    alias for Object.preventExtensions.

    Type declaration

      • <T>(o: T): T
      • Prevents the addition of new properties to an object.

        Type Parameters

        • T

        Parameters

        • o: T

          Object to make non-extensible.

        Returns T