rk
2 天以前 38d111cb6defedff3bf06314ca30d22a01faae22
1
2
3
4
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 };