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

Function Style

static/katex/katex.js:510–517  ·  view source on GitHub ↗
(id, size, cramped)

Source from the content-addressed store, hash-verified

508/*#__PURE__*/
509function () {
510 function Style(id, size, cramped) {
511 this.id = void 0;
512 this.size = void 0;
513 this.cramped = void 0;
514 this.id = id;
515 this.size = size;
516 this.cramped = cramped;
517 }
518 /**
519 * Get the style of a superscript given a base in the current style.
520 */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected