feige
2024-11-16 2697e109da871cb81936965c16c47c97635ecfb6
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.");
}