xwt
2025-10-30 4a9c0f7ddb5eae77b1f833bd2223e33fe6bb2918
1
2
3
4
function _objectDestructuringEmpty(t) {
  if (null == t) throw new TypeError("Cannot destructure " + t);
}
module.exports = _objectDestructuringEmpty, module.exports.__esModule = true, module.exports["default"] = module.exports;