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

Function assertNever

docs/app/js/sanddance-app.js:23377–23379  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

23375 * @public
23376 */ parcelHelpers.export(exports, "assertNever", ()=>assertNever);
23377function assertNever(x) {
23378 throw new Error("Unexpected object: " + x);
23379}
23380
23381},{"@parcel/transformer-js/src/esmodule-helpers.js":"jA2du"}],"l6Ep1":[function(require,module,exports) {
23382var parcelHelpers = require("@parcel/transformer-js/src/esmodule-helpers.js");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected