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

Method constructor

static/katex/katex.mjs:367–374  ·  view source on GitHub ↗
(id, size, cramped)

Source from the content-addressed store, hash-verified

365 */
366class Style {
367 constructor(id, size, cramped) {
368 this.id = void 0;
369 this.size = void 0;
370 this.cramped = void 0;
371 this.id = id;
372 this.size = size;
373 this.cramped = cramped;
374 }
375 /**
376 * Get the style of a superscript given a base in the current style.
377 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected