Files
memecoin-botV2/.pnpm-store/v10/files/ed/20a27eb997472782f20262062477e39495b541ca9f4ce084da10eb41a2ae8113f2e762edccf12304040ca4e05fda4922ae7b1b5db38722897c576fc1963376

4 lines
198 B
Plaintext

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