MCPcopy Create free account
hub / github.com/TruthHun/BookStack / assertSpan

Function assertSpan

static/katex/katex.js:1395–1401  ·  view source on GitHub ↗
(group)

Source from the content-addressed store, hash-verified

1393 }
1394}
1395function assertSpan(group) {
1396 if (group instanceof domTree_Span) {
1397 return group;
1398 } else {
1399 throw new Error("Expected span<HtmlDomNode> but got " + String(group) + ".");
1400 }
1401}
1402// CONCATENATED MODULE: ./submodules/katex-fonts/fontMetricsData.js
1403// This file is GENERATED by buildMetrics.sh. DO NOT MODIFY.
1404/* harmony default export */ var fontMetricsData = ({

Callers 1

accent_htmlBuilderFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected