hexo/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js

3 lines
207 B
JavaScript
Raw Normal View History

2023-09-25 15:58:56 +08:00
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.");
}