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

Function delimFromValue

static/katex/katex.mjs:10467–10476  ·  view source on GitHub ↗
(delimString)

Source from the content-addressed store, hash-verified

10465const stylArray = ["display", "text", "script", "scriptscript"];
10466
10467const delimFromValue = function delimFromValue(delimString) {
10468 let delim = null;
10469
10470 if (delimString.length > 0) {
10471 delim = delimString;
10472 delim = delim === "." ? null : delim;
10473 }
10474
10475 return delim;
10476};
10477
10478defineFunction({
10479 type: "genfrac",

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected