27be5b192f85c9e2f1624354f548fff8cf9e5fc1c178b97380f06fbdd65a151da9d4df807b6eeb9761720177096ae72717236cfc9de7e680d638cb913147d0 271 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. module.exports = _checkPrivateRedeclaration, module.exports.__esModule = true, module.exports["default"] = module.exports;