UNPKG

146 BJavaScriptView Raw
1function _nonIterableRest() {
2 throw new TypeError("Invalid attempt to destructure non-iterable instance");
3}
4
5module.exports = _nonIterableRest;
\No newline at end of file