buymymojo.net/node_modules/@babel/runtime/helpers/esm/classCheckPrivateStaticAccess.js
2021-07-02 19:29:34 +10: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");
}
}