15c4f904559a943a531c0b181847e889c6bc9919ea324833ee2718232871b854543f96151d1b77b56d684c605c1ffc51fb950376a8bdd6870f88cea12d81fe 234 B

1234
  1. function _nonIterableSpread() {
  2. throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
  3. }
  4. export { _nonIterableSpread as default };