feige
2023-04-09 0c9fec65930ba20810d208946c52a72cfc140651
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.");
}