mini-effect
    Preparing search index...

    Function _isValidObjectKey

    • Internal

      Disallows inherited object properties and prevents object prototype pollution by disallowing certain keys.

      Parameters

      • object: object

        The object to check.

      • key: string

        The key to check.

      Returns boolean

      Whether the key is allowed.