UNPKG

@astrojs/internal-helpers

Version:

Internal helpers used by core Astro packages.

5 lines (4 loc) 130 B
const FORBIDDEN_PATH_KEYS = /* @__PURE__ */ new Set(["__proto__", "constructor", "prototype"]); export { FORBIDDEN_PATH_KEYS };