File "nonIterableRest.js"

Full Path: /var/www/html/gitep_front/node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
File size: 235 bytes
MIME-type: text/plain
Charset: utf-8

function _nonIterableRest() {
  throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
}
export { _nonIterableRest as default };