Sha256: 9f5f5ac1d7fad8bb76b189635c7f990cb63535826e2a37336a39d9f20e8a6b70
Contents?: true
Size: 318 Bytes
Versions: 30
Compression:
Stored size: 318 Bytes
Contents
function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } } module.exports = _checkPrivateRedeclaration; module.exports["default"] = module.exports, module.exports.__esModule = true;
Version data entries
30 entries across 30 versions & 3 rubygems