nonIterableRest.js 146 B

12345
  1. function _nonIterableRest() {
  2. throw new TypeError("Invalid attempt to destructure non-iterable instance");
  3. }
  4. module.exports = _nonIterableRest;