@oazmi/kitchensink - v0.9.13

    Variable object_isFrozenConst

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

    alias for Object.isFrozen.

    Type declaration

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

        Parameters

        • o: any

          Object to test.

        Returns boolean

    MMNEPVFCICPMFPCPTTAAATR