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

Function delimFromValue

static/katex/katex.js:10627–10636  ·  view source on GitHub ↗
(delimString)

Source from the content-addressed store, hash-verified

10625var stylArray = ["display", "text", "script", "scriptscript"];
10626
10627var delimFromValue = function delimFromValue(delimString) {
10628 var delim = null;
10629
10630 if (delimString.length > 0) {
10631 delim = delimString;
10632 delim = delim === "." ? null : delim;
10633 }
10634
10635 return delim;
10636};
10637
10638defineFunction({
10639 type: "genfrac",

Callers 1

katex.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected