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

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

The newest version!
function _checkPrivateRedeclaration(e, t) {
  if (t.has(e)) throw new TypeError("Cannot initialize the same private elements twice on an object");
}
export { _checkPrivateRedeclaration as default };




© 2015 - 2024 Weber Informatics LLC | Privacy Policy