* Get the style of a superscript given a base in the current style.
()
| 378 | |
| 379 | |
| 380 | sup() { |
| 381 | return styles[sup[this.id]]; |
| 382 | } |
| 383 | /** |
| 384 | * Get the style of a subscript given a base in the current style. |
| 385 | */ |
no outgoing calls
no test coverage detected