Sha256: 6c78f43d1a9b3302036d399c17a85d22c86ffe729d3e4c5f2677653bd69b976d
Contents?: true
Size: 276 Bytes
Versions: 13
Compression:
Stored size: 276 Bytes
Contents
function _classStaticPrivateFieldSpecGet(receiver, classConstructor, descriptor) { if (receiver !== classConstructor) { throw new TypeError("Private static access of wrong provenance"); } return descriptor.value; } module.exports = _classStaticPrivateFieldSpecGet;
Version data entries
13 entries across 10 versions & 3 rubygems