Skip to content

isProtectedKey

@tsed/core

Usage

typescript
import { isProtectedKey } from "@tsed/core";

See /packages/core/src/types/utils/objects/isProtectedKey.ts.

Overview

ts
function isProtectedKey(key: string): boolean;

Description

Prevent prototype pollution vulnerability

Released under the MIT License.