ICT30016-Assignment-3/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js
dlawler489 a79a6afd34 intial
intial
2025-09-16 12:09:52 +10:00

5 lines
No EOL
240 B
JavaScript

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