Newer
Older
alert / js / node_modules / @babel / runtime / helpers / esm / nonIterableRest.js
@Réz István Réz István on 18 Nov 2021 210 bytes first commit
export default 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.");
}