GT2/Ejectable/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
2021-08-16 00:14:59 +00:00

5 lines
No EOL
199 B
JavaScript

export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
}
}