mirror of
https://github.com/swc-project/swc.git
synced 2024-12-26 23:27:56 +03:00
4 lines
209 B
JavaScript
4 lines
209 B
JavaScript
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.");
|
|
}
|