All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.helpers.esm.assertClassBrand.js Maven / Gradle / Ivy

There is a newer version: 7.25.6
Show newest version
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 };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy