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

Function defineFunction_ordargument

static/katex/katex.js:6264–6267  ·  view source on GitHub ↗
(arg)

Source from the content-addressed store, hash-verified

6262// list of elements, we normalize for different kinds of arguments
6263
6264var defineFunction_ordargument = function ordargument(arg) {
6265 var node = checkNodeType(arg, "ordgroup");
6266 return node ? node.body : [arg];
6267};
6268// CONCATENATED MODULE: ./src/buildHTML.js
6269/**
6270 * This file does the main work of building a domTree structure from a parse

Callers 1

katex.jsFile · 0.85

Calls 1

checkNodeTypeFunction · 0.70

Tested by

no test coverage detected