Files
Webklar.com/node_modules/@babel/runtime/helpers/esm/assertClassBrand.js
Basilosaurusrex f027651f9b main repo
2025-11-24 18:09:40 +01:00

5 lines
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 };