dda0b29490ca5d09c8ff1bf7c131cb3df9a12fed96daf48ac25e4f16759a63e85c77d88483c6224df3a7dbbd8d9c9115fe3b9e94a0041e714f60d8d81148e3 240 B

12345
  1. function _assertClassBrand(e, t, n) {
  2. if ("function" == typeof e ? e === t : e.has(t)) return arguments.length < 3 ? t : n;
  3. throw new TypeError("Private element is not present on this object");
  4. }
  5. export { _assertClassBrand as default };