Files
talk-pro/node_modules/@astrojs/internal-helpers/dist/object.d.ts
2026-05-12 16:16:03 +08:00

6 lines
203 B
TypeScript

/**
* Keys that must be rejected when traversing object paths (e.g. dot-separated
* property lookups) to prevent prototype-pollution attacks.
*/
export declare const FORBIDDEN_PATH_KEYS: Set<string>;