bpms_site/.svn/pristine/d1/d1926c0fc9323c31c9d4d97132d8a6d77737337e.svn-base
2025-11-02 16:38:49 +03:30

7 lines
230 B
Plaintext

"use strict";
exports._ = exports._class_call_check = _class_call_check;
function _class_call_check(instance, Constructor) {
if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
}