(id, size, cramped)
| 508 | /*#__PURE__*/ |
| 509 | function () { |
| 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 | */ |
nothing calls this directly
no outgoing calls
no test coverage detected