astro-ghostcms/.pnpm-store/v3/files/49/7aaa31350950be76de49875ebb4...

5 lines
199 B
Plaintext

export default function _classCheckPrivateStaticAccess(receiver, classConstructor) {
if (receiver !== classConstructor) {
throw new TypeError("Private static access of wrong provenance");
}
}