astro-ghostcms/.pnpm-store/v3/files/f9/d799dd71fd62961bf74e33b3c14...

6 lines
311 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
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;