aboutsummaryrefslogtreecommitdiff
path: root/node_modules/@babel/runtime/helpers/nonIterableSpread.js
blob: 7d7ca43627b1e6b0a3ce299efdb14e0d84df8cd7 (plain)
1
2
3
4
5
function _nonIterableSpread() {
  throw new TypeError("Invalid attempt to spread non-iterable instance");
}

module.exports = _nonIterableSpread;