forked from ard/ruoyi-api

aijinhui
2024-03-27 d937694a31415d25826d515cb4b6c77974c821fa
1
2
3
export default function _objectDestructuringEmpty(obj) {
  if (obj == null) throw new TypeError("Cannot destructure " + obj);
}