nonIterableRest.js 125 B

123
  1. export default function _nonIterableRest() {
  2. throw new TypeError("Invalid attempt to destructure non-iterable instance");
  3. }