nonIterableSpread.js 122 B

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