bpms_site/.svn/pristine/4b/4b2d6c82d01e08bbe2f35728cecf4e3ae1c9f2ca.svn-base
2025-11-02 16:38:49 +03:30

7 lines
289 B
Plaintext

"use strict";
exports._ = exports._class_check_private_static_access = _class_check_private_static_access;
function _class_check_private_static_access(receiver, classConstructor) {
if (receiver !== classConstructor) throw new TypeError("Private static access of wrong provenance");
}