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