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

nonIterableRest.js « 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: eb447dd7acf51dfee68c8dd139aacd6ab7d516cb (plain)
1
2
3
4
5
function _nonIterableRest() {
  throw new TypeError("Invalid attempt to destructure non-iterable instance");
}

module.exports = _nonIterableRest;