Urara-Blog/node_modules/.pnpm-store/v3/files/14/9dca1fa59c0040bb73f6cd3d061d6990ffa354fecfeeb335d0046024d302bde9f60d2ec7fe9e43086961fcc00244289d2d7b05f0f75f55ac17c5e155b3569a
2022-08-14 01:14:53 +08:00

5 lines
No EOL
225 B
Text

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