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

4 lines
310 B
JavaScript
Raw Normal View History

2023-10-03 11:14:36 +08:00
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.");
}
2023-09-25 15:58:56 +08:00
module.exports = _nonIterableSpread, module.exports.__esModule = true, module.exports["default"] = module.exports;