Files
memecoin-botV2/.pnpm-store/v10/files/2b/de02e24d038023ea3a1626ca1e36825bb6bd6ee595af0812e42d387fc2dc939adcf2d0d059b93bd4496ae5ee06a9ea992ea7a1026aa0c52ff3d4b4002a035d

9 lines
262 B
Plaintext

"use strict";
function _check_private_redeclaration(obj, privateCollection) {
if (privateCollection.has(obj)) {
throw new TypeError("Cannot initialize the same private elements twice on an object");
}
}
exports._ = _check_private_redeclaration;