Sha256: f79530b826412461ff6f1cf068e9a6d529c71e073513621e272a9dfe565186b8
Contents?: true
Size: 223 Bytes
Versions: 58
Compression:
Stored size: 223 Bytes
Contents
export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) { if (receiver !== classConstructor) { throw new TypeError("Private static access of wrong provenance"); } return method; }
Version data entries
58 entries across 48 versions & 8 rubygems