DIR:/home/htlwork.com/www/himsaral/node_modules/@swc/helpers/src/ |
Current File : /home/htlwork.com/www/himsaral/node_modules/@swc/helpers/src/_check_private_redeclaration.mjs |
export default function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } |