MCPcopy Create free account
hub / github.com/microsoft/SandDance / _nonIterableRest

Function _nonIterableRest

docs/app/js/sanddance-app.js:60155–60157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60153var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
60154parcelHelpers.defineInteropFlag(exports);
60155function _nonIterableRest() {
60156 throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
60157}
60158exports.default = _nonIterableRest;
60159
60160},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"2SBg9":[function(require,module,exports) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected