ohctechv3/.svn/pristine/d1/d1f6541ef70856d188b96d345390fea9de1d9347.svn-base
2024-10-28 15:03:36 +05:30

5 lines
313 B
Plaintext

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");
}
module.exports = _assertClassBrand, module.exports.__esModule = true, module.exports["default"] = module.exports;