Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nonIterableRest.js « esm « helpers « runtime « @babel « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: f94186da08f6635efe1e577be3fa39468f6978ae (plain)
1
2
3
export default function _nonIterableRest() {
  throw new TypeError("Invalid attempt to destructure non-iterable instance");
}