🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
4 lines
198 B
JavaScript
Executable File
4 lines
198 B
JavaScript
Executable File
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 }; |