mirror of
https://github.com/cp6/my-idlers.git
synced 2025-04-21 18:48:37 +00:00
7 lines
No EOL
312 B
JavaScript
Vendored
7 lines
No EOL
312 B
JavaScript
Vendored
function _classCheckPrivateStaticAccess(receiver, classConstructor) {
|
|
if (receiver !== classConstructor) {
|
|
throw new TypeError("Private static access of wrong provenance");
|
|
}
|
|
}
|
|
|
|
module.exports = _classCheckPrivateStaticAccess, module.exports.__esModule = true, module.exports["default"] = module.exports; |