bpms_site/.svn/pristine/3d/3d72d8b109f164b8b6c06449eae91c1749407dd8.svn-base
2025-11-02 16:38:49 +03:30

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");
}
}