hensei-web/node_modules/@babel/runtime/helpers/nonIterableSpread.js
2020-09-11 06:44:42 -07:00

5 lines
No EOL
230 B
JavaScript

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.");
}
module.exports = _nonIterableSpread;