%PDF- %PDF-
Direktori : /var/www/html/node_modules/@babel/runtime-corejs3/helpers/esm/ |
Current File : /var/www/html/node_modules/@babel/runtime-corejs3/helpers/esm/checkPrivateRedeclaration.js |
export default function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }