UNPKG

@astrojs/internal-helpers

Version:

Internal helpers used by core Astro packages.

6 lines (5 loc) 203 B
/** * 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>;