20a27eb997472782f20262062477e39495b541ca9f4ce084da10eb41a2ae8113f2e762edccf12304040ca4e05fda4922ae7b1b5db38722897c576fc1963376 198 B

1234
  1. function _checkPrivateRedeclaration(e, t) {
  2. if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
  3. }
  4. export { _checkPrivateRedeclaration as default };