Urara-Blog/node_modules/.pnpm-store/v3/files/9a/aeeebfa07c41dae8e0444291194a26853d8f72cf756339f14ab58e6692e74db2a31db396d38e5cdd6c97bb03df32c66224112435be73b1997db0058d5f9c6d
2022-08-14 01:14:53 +08:00

7 lines
No EOL
318 B
Text

function _checkPrivateRedeclaration(obj, privateCollection) {
if (privateCollection.has(obj)) {
throw new TypeError("Cannot initialize the same private elements twice on an object");
}
}
module.exports = _checkPrivateRedeclaration, module.exports.__esModule = true, module.exports["default"] = module.exports;