Files
Remote-Control-Center/mc_test/node_modules/@babel/runtime/helpers/esm/checkPrivateRedeclaration.js
2025-11-25 09:56:15 +03:00

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 };