mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-02 10:59:31 +08:00
3 lines
No EOL
207 B
Text
3 lines
No EOL
207 B
Text
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.");
|
|
} |