blob: da9b1e57eae2c02a00e37fc4898d53f4db618e0b [file] [log] [blame]
export default function _classStaticPrivateMethodGet(receiver, classConstructor, method) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
}
return method;
}