Files
med-notes/.pnpm-store/v10/files/46/5b509c53d15de72f0e764a72f193857460a73d4f0046ee838758b4971a65776f5b1f0e65a9a838f4e2006a90aec9c3b16bc8e04419f55336f846b88ae123b7
2025-05-09 05:30:08 +02:00

14 lines
376 B
Plaintext

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = _checkPrivateRedeclaration;
function _checkPrivateRedeclaration(obj, privateCollection) {
if (privateCollection.has(obj)) {
throw new TypeError("Cannot initialize the same private elements twice on an object");
}
}
//# sourceMappingURL=checkPrivateRedeclaration.js.map