mirror of
https://git.mirrors.martin98.com/https://github.com/cyberman54/curl
synced 2025-08-22 23:39:08 +08:00
5 lines
199 B
JavaScript
5 lines
199 B
JavaScript
export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
|
|
if (receiver !== classConstructor) {
|
|
throw new TypeError("Private static access of wrong provenance");
|
|
}
|
|
} |