Skip to main content
Module

x/valibot/src/utils/index.ts>_isValidObjectKey

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function _isValidObjectKey
import { _isValidObjectKey } from "https://deno.land/x/valibot@v0.1.0-to-json-schema/src/utils/index.ts";

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.