IOweb/node_modules/@astrojs/internal-helpers/dist/object.d.ts
2026-07-03 15:07:38 -05:00

5 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>;