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