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

Function _nonIterableSpread

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

Source from the content-addressed store, hash-verified

56790var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
56791parcelHelpers.defineInteropFlag(exports);
56792function _nonIterableSpread() {
56793 throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.");
56794}
56795exports.default = _nonIterableSpread;
56796
56797},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"bK6pP":[function(require,module,exports) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected