Sha256: 53875f1474f270c6f34f33958550a08be4da085937679938c5077d65212c5dbd
Contents?: true
Size: 199 Bytes
Versions: 37
Compression:
Stored size: 199 Bytes
Contents
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) { if (receiver !== classConstructor) { throw new TypeError("Private static access of wrong provenance"); } }
Version data entries
37 entries across 36 versions & 7 rubygems