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

Class

static/katex/katex.mjs:58–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 * lead to degraded error reporting, though.
57 */
58class Token {
59 constructor(text, // the text of this token
60 loc) {
61 this.text = void 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected