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

Function _iterableToArray

docs/app/js/sanddance-app.js:56769–56771  ·  view source on GitHub ↗
(iter)

Source from the content-addressed store, hash-verified

56767var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");
56768parcelHelpers.defineInteropFlag(exports);
56769function _iterableToArray(iter) {
56770 if (typeof Symbol !== "undefined" && iter[Symbol.iterator] != null || iter["@@iterator"] != null) return Array.from(iter);
56771}
56772exports.default = _iterableToArray;
56773
56774},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"gw7Ev":[function(require,module,exports) {

Callers

nothing calls this directly

Calls 1

fromMethod · 0.45

Tested by

no test coverage detected