feige
2025-05-06 be016d292a1eb3af5088e17f076e7cc6cab90576
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.");
}