Files
talk-pro/node_modules/@astrojs/internal-helpers/dist/object.js

5 lines
130 B
JavaScript
Raw Normal View History

const FORBIDDEN_PATH_KEYS = /* @__PURE__ */ new Set(["__proto__", "constructor", "prototype"]);
export {
FORBIDDEN_PATH_KEYS
};