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

module.exports = _nonIterableRest;