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