bpms_site/.svn/pristine/6e/6ebec19c30fed4dae4984013a2a622feacc744e5.svn-base
2025-11-02 16:38:49 +03:30

6 lines
238 B
Plaintext

function _objectDestructuringEmpty(obj) {
if (obj == null) throw new TypeError("Cannot destructure undefined");
}
module.exports = _objectDestructuringEmpty;
module.exports["default"] = module.exports, module.exports.__esModule = true;