Sha256: 9dcaa674c249ab3b87e7a7877cf90a7888533a8f6e15ce06eecae2cbb8daccbc
Contents?: true
Size: 209 Bytes
Versions: 33
Compression:
Stored size: 209 Bytes
Contents
export default function _checkPrivateRedeclaration(obj, privateCollection) { if (privateCollection.has(obj)) { throw new TypeError("Cannot initialize the same private elements twice on an object"); } }
Version data entries
33 entries across 33 versions & 5 rubygems