astro-ghostcms/.pnpm-store/v3/files/14/9dca1fa59c0040bb73f6cd3d061...

5 lines
225 B
Plaintext

export default function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}