5 lines
No EOL
199 B
JavaScript
Executable file
5 lines
No EOL
199 B
JavaScript
Executable file
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
|
|
if (receiver !== classConstructor) {
|
|
throw new TypeError("Private static access of wrong provenance");
|
|
}
|
|
} |