Sha256: c5b2a2e8d4bd53fda1a8ea4baf6f5d8edde0cf40bf86dd47ac006f148ebe17f2
Contents?: true
Size: 198 Bytes
Versions: 52
Compression:
Stored size: 198 Bytes
Contents
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 };
Version data entries
52 entries across 52 versions & 3 rubygems