github-pages-deploy-action/node_modules/@babel/runtime/helpers/nonIterableRest.js
2020-03-31 08:57:48 -04:00

5 lines
146 B
JavaScript

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