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

8 lines
347 B
Plaintext

function _classCheckPrivateStaticFieldDescriptor(descriptor, action) {
if (descriptor === undefined) {
throw new TypeError("attempted to " + action + " private static field before its declaration");
}
}
module.exports = _classCheckPrivateStaticFieldDescriptor;
module.exports["default"] = module.exports, module.exports.__esModule = true;