nonIterableRest.js 146 Bytes
Newer Older
Patrick's avatar
Patrick committed
1
2
3
4
5
function _nonIterableRest() {
  throw new TypeError("Invalid attempt to destructure non-iterable instance");
}

module.exports = _nonIterableRest;