linwenling
2023-07-25 7ca95d0b01940011b16f03683e59ab4f18fff4e0
1
2
3
export default function _nonIterableRest() {
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}